Adjust styling of disabled checkboxes
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
4246795c89
commit
ad9dc5c5c1
1 changed files with 9 additions and 4 deletions
|
@ -1188,11 +1188,16 @@
|
|||
margin-right: 3px;
|
||||
opacity: 0.5;
|
||||
|
||||
input[type='checkbox'].checkbox:checked + label::before {
|
||||
input[type='checkbox'].checkbox {
|
||||
&:checked + label::before {
|
||||
background-image: var(--icon-checkmark-000);
|
||||
background-color: unset;
|
||||
border-color: unset;
|
||||
}
|
||||
&:disabled + label::before {
|
||||
background-color: var(--color-background-darker) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Reference in a new issue