Fix checkboxes for NC<17

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2019-09-03 18:08:21 +02:00
parent 3b528fee80
commit 3f062d3bda
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -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 {