diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-03-02 07:48:51 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-03-02 08:21:56 +0100 |
commit | 47c64dadf461dff5f5fb3acf2876265231fe179b (patch) | |
tree | 72bd7e17831c6f5fb718030c36d6327b48896bf4 /core | |
parent | 162cc3c8ead4d64e1925cad1f9840eb2346f3d79 (diff) | |
download | nextcloud-server-47c64dadf461dff5f5fb3acf2876265231fe179b.tar.gz nextcloud-server-47c64dadf461dff5f5fb3acf2876265231fe179b.zip |
fix(unified-search): remove conflicting trigger color
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/src/views/UnifiedSearch.vue | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 62b5d034038..a2a92c80596 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -30,8 +30,7 @@ <!-- Header icon --> <template #trigger> <Magnify class="unified-search__trigger" - :size="22/* fit better next to other 20px icons */" - fill-color="var(--color-primary-text)" /> + :size="22/* fit better next to other 20px icons */" /> </template> <!-- Search form & filters wrapper --> @@ -722,10 +721,6 @@ $input-height: 34px; $input-padding: 6px; .unified-search { - &__trigger { - filter: var(--background-image-invert-if-bright); - } - &__input-wrapper { position: sticky; // above search results |