Merge pull request #679 from nextcloud/checkboxes
Fix color of checked checkboxes in dark mode
This commit is contained in:
commit
e0212d92ea
1 changed files with 1 additions and 1 deletions
|
@ -1194,7 +1194,7 @@
|
|||
|
||||
input[type='checkbox'].checkbox {
|
||||
&:checked + label::before {
|
||||
background-image: var(--icon-checkmark-000);
|
||||
background-image: var(--icon-checkmark-000) !important;
|
||||
background-color: unset;
|
||||
border-color: unset;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue