mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(core): Do not apply invert-color filter to unified search
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
b37d4925b7
commit
ea19bc58c5
2 changed files with 2 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue