No menu background when not hovered on MacOS (#4619)

fix: #4614
This commit is contained in:
windingwind 2024-08-26 19:15:13 +08:00 committed by GitHub
parent 78d59f65df
commit e6c9d912f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,15 @@ menupopup {
}
}
&:not(:hover) {
menu, menuitem {
&[_moz-menuactive] {
background: transparent;
color: inherit;
}
}
}
menulist > &,
&[needsgutter] {
menu, menuitem {