From 8b83ddfb3b9d7e2acd345b98db17c91d14e44e35 Mon Sep 17 00:00:00 2001 From: wendrul <53628737+wendrul@users.noreply.github.com> Date: Wed, 29 Oct 2025 21:58:14 +0100 Subject: [PATCH] fix: styling on quick search modal input (#6996) --- .../lib/components/search/GlobalSearchModal.svelte | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/frontend/src/lib/components/search/GlobalSearchModal.svelte b/frontend/src/lib/components/search/GlobalSearchModal.svelte index bffee0f63b..2463343402 100644 --- a/frontend/src/lib/components/search/GlobalSearchModal.svelte +++ b/frontend/src/lib/components/search/GlobalSearchModal.svelte @@ -620,7 +620,7 @@ id="quickSearchInput" bind:this={textInput} type="text" - class="quick-search-input !bg-surface" + class="no-default-style !bg-transparent !border-none w-full !ring-0 !text-sm" bind:value={searchTerm} autocomplete="off" /> @@ -774,15 +774,3 @@ {/if} - -