popups: Fix menuitems checkbox styling

This commit is contained in:
Rafael Mardojai CM 2023-06-09 12:33:24 -05:00
parent bc1033167a
commit 25a9ab399e
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ menulist {
margin: 0 !important; margin: 0 !important;
} }
menuitem:is([type="checkbox"], [checked="true"]) .menu-iconic-icon,
menuitem[type="radio"] .menu-iconic-icon {
appearance: none !important;
}
menuitem:not(.menuitem-iconic) { menuitem:not(.menuitem-iconic) {
padding-right: 18px !important; padding-right: 18px !important;
} }