Fix partially unstyled menuitem showing when moving between items

This commit is contained in:
Abe Jellinek 2023-12-18 15:33:12 -05:00 committed by Dan Stillman
parent 472593c400
commit 55415607bb

View file

@ -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
// End of browser.css