Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-28 12:30:36 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-28 19:12:29 +0300
commit5e8a3eb66c312e46e35824ada4bb4e4642279912 (patch)
treef5ad8f026c72cecd47ca56ef3baf709623ee73ff /core/css
parent7c5bb555e72dc2ebe285d46776dba735a4005a3f (diff)
Fix header apps icons
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss9
1 files changed, 3 insertions, 6 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 2e53571a806..a5a706ae239 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -182,7 +182,7 @@
left: 12px;
top: 1px;
bottom: 1px;
- // Invert custom logo if primary too bright
+ // Invert non-custom logo if primary is too bright
filter: var(--image-logoheader-custom, var(--primary-invert-if-bright))
}
@@ -446,11 +446,6 @@ nav[role='navigation'] {
// Make sure most app names don’t ellipsize
letter-spacing: -0.5px;
font-size: 12px;
-
- // If the primary is too bright, invert the app icons
- svg image {
- filter: var(--primary-invert-if-bright);
- }
}
/* focused app visual feedback */
@@ -508,6 +503,8 @@ nav[role='navigation'] {
svg,
.icon-more-white {
transition: transform var(--animation-quick) ease;
+ // If the primary is too bright, invert the app icons
+ filter: var(--primary-invert-if-bright);
}
/* Triangle */