Merge pull request #679 from nextcloud/checkboxes

Fix color of checked checkboxes in dark mode
This commit is contained in:
Raimund Schlüßler 2019-10-19 21:01:09 +02:00 committed by GitHub
commit e0212d92ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}