Remove outline...

This commit is contained in:
Scott Idem
2026-04-08 16:13:36 -04:00
parent 534bda9203
commit 32ed4e47a8

View File

@@ -95,7 +95,7 @@ function handle_qr_scan_result(event: {
handle_search_trigger();
})}
autocomplete="off"
class="search_form bg-primary-50-950 border-primary-100-900 flex w-full max-w-4xl flex-col sm:flex-row flex-wrap items-center justify-center gap-2 rounded-lg px-2 py-2 shadow-lg md:px-12 outline">
class="search_form bg-primary-50-950 border-primary-100-900 flex w-full max-w-4xl flex-col sm:flex-row flex-wrap items-center justify-center gap-2 rounded-lg px-2 py-2 shadow-lg md:px-12">
<div
class="flex grow flex-col xl:flex-row flex-wrap items-center justify-center gap-2">
{#if ($ae_loc.trusted_access && $ae_loc.edit_mode) || $ae_loc.manager_access}