diff --git a/scss/mac/_menupopup.scss b/scss/mac/_menupopup.scss index 2dcab5c729..3fe9b2154b 100644 --- a/scss/mac/_menupopup.scss +++ b/scss/mac/_menupopup.scss @@ -2,13 +2,13 @@ menupopup { color-scheme: auto; --panel-padding: 5px 0; menu, menuitem { + appearance: none; margin-left: 5px; margin-right: 5px; padding: 3px 10px 3px 10px; border-radius: 4px; &[_moz-menuactive] { - appearance: none; // Try best to match the native menu style @include light-dark( background-color, color-mix(in srgb, -moz-mac-active-menuitem 75%, transparent), @@ -108,4 +108,4 @@ menupopup[animate][animate="cancel"] { -moz-window-transform: none; } -// End of browser.css \ No newline at end of file +// End of browser.css