Skip to content

Commit

Permalink
Merge pull request #42978 from nextcloud/fix/refactor-unified-search
Browse files Browse the repository at this point in the history
fix(unified-search): Refactor header menu code
  • Loading branch information
susnux authored Jan 23, 2024
2 parents 4dc224f + 4f75aca commit a09107a
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 41 deletions.
2 changes: 1 addition & 1 deletion core/css/header.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/header.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions 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) {
// For general
> .header-menu__trigger {
filter: var(--background-image-invert-if-bright) !important;
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

Loading

0 comments on commit a09107a

Please sign in to comment.