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;
|
color-scheme: auto;
|
||||||
--panel-padding: 5px 0;
|
--panel-padding: 5px 0;
|
||||||
menu, menuitem {
|
menu, menuitem {
|
||||||
|
appearance: none;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 3px 10px 3px 10px;
|
padding: 3px 10px 3px 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
&[_moz-menuactive] {
|
&[_moz-menuactive] {
|
||||||
appearance: none;
|
|
||||||
// Try best to match the native menu style
|
// Try best to match the native menu style
|
||||||
@include light-dark(
|
@include light-dark(
|
||||||
background-color, color-mix(in srgb, -moz-mac-active-menuitem 75%, transparent),
|
background-color, color-mix(in srgb, -moz-mac-active-menuitem 75%, transparent),
|
||||||
|
|
Loading…
Reference in a new issue