Support boolean attributes for xul checked and disabled attributes

See bug 2008041
This commit is contained in:
MrOtherGuy
2026-01-07 19:05:48 +02:00
parent 1a3b86bff8
commit 021da269f0
5 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ See the above repository for updates as well as full license text. */
display: none;
}
#tabContextMenu > menuitem[type="checkbox"][_moz-menuactive]::before,
#tabContextMenu > menuitem[type="checkbox"][checked="true"]::before{
#tabContextMenu > menuitem[type="checkbox"]:is([checked=""],[checked="true"])::before{
background: no-repeat center left url("chrome://global/skin/icons/check.svg");
}
#context_openANewTab::before{