Fix windows menu style

This commit is contained in:
windingwind 2023-12-07 18:15:00 +08:00 committed by Dan Stillman
parent c8d49e76e5
commit 28f4857592
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,3 @@
<svg width="4" height="4" viewBox="0 0 4 4" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="2" cy="2" r="2" fill="context-fill" fill-opacity="context-fill-opacity"/>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="8" r="2" fill="context-fill" fill-opacity="context-fill-opacity"/>
</svg>

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 189 B

View file

@ -12,6 +12,9 @@ menupopup {
margin-left: 4px;
margin-right: 4px;
border-radius: 4px;
&[_moz-menuactive="true"] {
background: var(--fill-quinary);
}
}
menu {
menupopup {
@ -36,7 +39,5 @@ menupopup {
@media (-moz-windows-non-native-menus) {
menuitem:is([checked="true"]):is([type="radio"]) > .menu-iconic-left {
list-style-image: url("chrome://zotero/skin/win/menu-radio.svg");
width: 4px;
height: 4px;
}
}