fix: Set transparent background for checked checkbox on Firefox Mobile

This commit is contained in:
2025-08-14 23:10:49 +00:00
parent 646ca1268e
commit a3c7f85302

View File

@@ -140,6 +140,11 @@ h2 {
place-content: center;
}
/* Fix for Firefox Mobile rendering a black background on checked state */
.submenu-checkbox-label input[type="checkbox"]:checked {
background-color: transparent;
}
.submenu-checkbox-label input[type="checkbox"]::before {
content: "";
width: 0.75em;