Merge pull request #34613 from nextcloud/enh/noid/fix-checkmark-icon

fix checkmark for theme settings in dark mode
This commit is contained in:
Simon L 2022-11-08 18:58:55 +01:00 committed by GitHub
commit d65fd72452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -256,7 +256,7 @@ export default {
&.active:not(.icon-loading) {
&:after {
background-image: var(--icon-checkmark-white);
background-image: var(--original-icon-checkmark-white);
background-repeat: no-repeat;
background-position: center;
background-size: 44px;
@ -266,7 +266,7 @@ export default {
}
&[data-color-bright]:after {
background-image: var(--icon-checkmark-dark);
background-image: var(--original-icon-checkmark-dark);
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long