fix(core): Do not apply invert-color filter to unified search

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-01-20 03:52:35 +01:00
parent b37d4925b7
commit ea19bc58c5
No known key found for this signature in database
GPG key ID: 45FAE7268762B400
2 changed files with 2 additions and 7 deletions

View file

@ -171,7 +171,7 @@
/* Right header standard */
.header-right {
> .header-menu:not(.user-menu) {
> .header-menu:not(.user-menu):not(.unified-search-menu) {
// For general
> .header-menu__trigger {
filter: var(--background-image-invert-if-bright) !important;
@ -181,11 +181,6 @@
> .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 {

View file

@ -88,7 +88,7 @@ export default {
&-icon {
// ensure the icon has the correct color
color: var(--color-background-plain-text) !important;
color: var(--color-primary-text) !important;
}
}
}