feat: remove styling from checkboxes
This commit is contained in:
@@ -21,20 +21,7 @@
|
||||
}
|
||||
|
||||
.filter input[type="checkbox"] {
|
||||
appearance: none;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin: 0;
|
||||
background-color: var(--Base-Surface-Primary-Normal);
|
||||
border: 1px solid var(--Scandic-Brand-Pale-Peach);
|
||||
border-radius: var(--Corner-radius-Small);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.filter input[type="checkbox"]::before {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.filter input[type="checkbox"]:checked::before {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user