Skip to content

Commit

Permalink
fix header inversion bug
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Jan 19, 2024
1 parent e5b0941 commit c2d7586
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c2d7586

Please sign in to comment.