Fix partially unstyled menuitem showing when moving between items
This commit is contained in:
parent
472593c400
commit
55415607bb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue