summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-02-03 13:37:28 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2024-02-07 02:00:40 +0100
commit2d548e6496e21852097922adeebec2b0e72401d4 (patch)
treeeb9ae332efe2f35b49b249674f0a2088f9b89fa0 /core/css
parenta37fe5b6e39128c44373a7608ea6e5593d4ed0ee (diff)
downloadnextcloud-server-2d548e6496e21852097922adeebec2b0e72401d4.tar.gz
nextcloud-server-2d548e6496e21852097922adeebec2b0e72401d4.zip
fix(theming): The background is the primary color and must not be double inverted
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index ca4a1a6331e..56e8ca3c151 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -174,12 +174,12 @@
> .header-menu:not(.user-menu) {
// For general
> .header-menu__trigger {
- filter: var(--background-image-invert-if-bright) !important;
+ filter: var(--background-image-invert-if-bright);
}
// For assistant button
> .trigger {
- filter: var(--background-image-invert-if-bright) !important;
+ filter: var(--background-image-invert-if-bright);
}
// For unified search button