fix: Force transparent checkbox background to override extensions
This commit is contained in:
@@ -140,9 +140,10 @@ h2 {
|
|||||||
place-content: center;
|
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 {
|
.submenu-checkbox-label input[type="checkbox"]:checked {
|
||||||
background-color: transparent;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submenu-checkbox-label input[type="checkbox"]::before {
|
.submenu-checkbox-label input[type="checkbox"]::before {
|
||||||
|
Reference in New Issue
Block a user