mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fix CSS syntax for checked menu items in Windows platform
This commit is contained in:
@@ -1125,7 +1125,7 @@ menupopup > menuitem:is([type='checkbox']) .menu-iconic-left {
|
||||
}
|
||||
|
||||
@media (-moz-platform: windows) {
|
||||
menupopup > menuitem[checked="true"] {
|
||||
menupopup > menuitem[checked='true'] {
|
||||
padding-inline-start: 6px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user