adjust active element visibility in the usermenu

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Simon L 2023-05-25 12:37:28 +02:00 committed by nextcloud-command
parent cd5bd11771
commit 8424b2a6eb
3 changed files with 5 additions and 5 deletions

View file

@ -144,7 +144,8 @@ export default {
&:active,
&.active {
background-color: var(--color-primary-element-light);
background-color: var(--color-primary-element);
color: var(--color-primary-element-text);
}
span {
@ -164,7 +165,6 @@ export default {
img,
svg {
opacity: .7;
filter: var(--background-invert-if-dark);
}
}

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long