mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #34613 from nextcloud/enh/noid/fix-checkmark-icon
fix checkmark for theme settings in dark mode
This commit is contained in:
commit
d65fd72452
3 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue