fix: Force transparent checkbox background to override extensions

This commit is contained in:
2025-08-14 23:14:05 +00:00
parent a3c7f85302
commit b585a39dd0

View File

@@ -140,9 +140,10 @@ h2 {
place-content: center;
}
/* Fix for Firefox Mobile rendering a black background on checked state */
/* Fix for Firefox Mobile rendering a black background on checked state,
especially when extensions like Dark Reader are active. */
.submenu-checkbox-label input[type="checkbox"]:checked {
background-color: transparent;
background-color: transparent !important;
}
.submenu-checkbox-label input[type="checkbox"]::before {