Fix checkboxes for NC<17
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
3b528fee80
commit
3f062d3bda
1 changed files with 4 additions and 0 deletions
|
@ -1211,6 +1211,10 @@ input[type='checkbox'].checkbox {
|
|||
&:disabled + label::before {
|
||||
background-color: var(--color-background-darker) !important;
|
||||
}
|
||||
+ label::before {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Reference in a new issue