diff --git a/chrome/custom_menupopup_check_icons.css b/chrome/custom_menupopup_check_icons.css index 0f1f688..101d381 100644 --- a/chrome/custom_menupopup_check_icons.css +++ b/chrome/custom_menupopup_check_icons.css @@ -26,10 +26,10 @@ menuitem:is([type="checkbox"],[type="radio"]) > .menu-iconic-left{ menuitem[type="radio"] > .menu-iconic-left{ border-radius: 100%; } -menuitem[type="radio"][checked] > .menu-iconic-left{ +menuitem[type="radio"][checked="true"] > .menu-iconic-left{ background-image: radial-gradient( AccentColor 40%, transparent 50%); list-style-image: none !important; } -menuitem[type="checkbox"][checked] > .menu-iconic-left{ +menuitem[type="checkbox"][checked="true"] > .menu-iconic-left{ background-image: url("chrome://global/skin/icons/check.svg"); }