mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix checkmark for theme settings in dark mode
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
175ac79f97
commit
1e48661238
1 changed files with 2 additions and 2 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue