border around unchecked checkboxes important
This commit is contained in:
parent
7a93a87cee
commit
14daa955a9
@ -184,7 +184,7 @@ input[type=checkbox] {
|
||||
border-radius: 10%;
|
||||
box-shadow: none;
|
||||
font-size: 1em;
|
||||
border: 1px solid var(--active);
|
||||
border: 1px solid var(--active) !important;
|
||||
}
|
||||
|
||||
input[type='checkbox']:checked {
|
||||
|
Loading…
Reference in New Issue
Block a user