Skip to content

Commit

Permalink
fix(core): Do not apply invert-color filter to unified search
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jan 20, 2024
1 parent 8bf00a5 commit 58ddc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@

/* Right header standard */
.header-right {
> .header-menu:not(.user-menu) {
> .header-menu:not(.user-menu):not(.unified-search-menu) {
filter: var(--background-image-invert-if-bright);
}
> div,
Expand Down

0 comments on commit 58ddc8f

Please sign in to comment.