aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-11-29 21:10:57 +0100
committerGitHub <noreply@github.com>2023-11-29 21:10:57 +0100
commita5a49ffd80c5246849f8ccf629af6fab3555ccff (patch)
treedac6c6923b207832eca5000c9504e5712d3b4122 /core/src
parent0a8ceb4c0c6ff315ac4fcef6a5de02236da89a31 (diff)
parentd05a13fc76f96716cd4e42540f91aab8e66e9afb (diff)
downloadnextcloud-server-a5a49ffd80c5246849f8ccf629af6fab3555ccff.tar.gz
nextcloud-server-a5a49ffd80c5246849f8ccf629af6fab3555ccff.zip
Merge pull request #41855 from nextcloud/bugfix/41352/fix-settings-app-icons
fix(theming): Fix color inverted icons based on theming and dark mode
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/UserMenu.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/views/UserMenu.vue b/core/src/views/UserMenu.vue
index 0b96ab3cc66..3c57a8eecba 100644
--- a/core/src/views/UserMenu.vue
+++ b/core/src/views/UserMenu.vue
@@ -261,6 +261,14 @@ export default {
svg {
filter: var(--background-invert-if-dark);
}
+
+ &:active,
+ &.active {
+ img,
+ svg {
+ filter: var(--primary-invert-if-dark);
+ }
+ }
}
// Override global button styles