Browse Source

Merge pull request #33338 from nextcloud/fix/contrast-search-icon

Fix contrast of the search icon
tags/v25.0.0beta1
Carl Schwan 1 year ago
parent
commit
6206b312b2
No account linked to committer's email address

+ 1
- 1
core/src/components/HeaderMenu.vue View File

@@ -172,7 +172,7 @@ export default {
margin: 2px 0;
padding: 0;
cursor: pointer;
opacity: .6;
opacity: .85;
}

&--opened &__trigger,

+ 2
- 2
dist/core-unified-search.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-unified-search.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save