iconized context menus: hide original menuitem checkmark

This commit is contained in:
MrOtherGuy
2024-08-03 09:22:23 +03:00
parent 42bd801b7a
commit f435ea134a
2 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ See the above repository for updates as well as full license text. */
#contentAreaContextMenu > menuitem[type="checkbox"]::before{
content: url("chrome://devtools/skin/images/checkbox.svg");
}
#contentAreaContextMenu > menuitem[type="checkbox"] > .menu-iconic-left{
display: none;
}
#contentAreaContextMenu > menuitem[type="checkbox"][_moz-menuactive]::before,
#contentAreaContextMenu > menuitem[type="checkbox"][checked="true"]::before{
background: no-repeat center left url("chrome://global/skin/icons/check.svg");