fix: Set transparent background for checked checkbox on Firefox Mobile
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user