summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2024-01-19 15:05:44 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-01-22 10:15:43 +0000
commit99043c363d42bc428558d5451241c539a319b793 (patch)
tree6e9449f2a710686e34f13fea138886afdf88b5e9 /core
parent7026fa6fa28518f157a8733075d6bfe12895664e (diff)
downloadnextcloud-server-99043c363d42bc428558d5451241c539a319b793.tar.gz
nextcloud-server-99043c363d42bc428558d5451241c539a319b793.zip
fix header inversion bug
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'core')
-rw-r--r--core/css/header.scss15
1 files changed, 14 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 7a0eb0546a7..ca4a1a6331e 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -172,7 +172,20 @@
/* Right header standard */
.header-right {
> .header-menu:not(.user-menu) {
- filter: var(--background-image-invert-if-bright);
+ // For general
+ > .header-menu__trigger {
+ filter: var(--background-image-invert-if-bright) !important;
+ }
+
+ // For assistant button
+ > .trigger {
+ filter: var(--background-image-invert-if-bright) !important;
+ }
+
+ // For unified search button
+ .unified-search__trigger {
+ filter: var(--background-image-invert-if-bright) !important;
+ }
}
> div,
> form {