From d8d72bd35900dc43672db675a91c458326eea25f Mon Sep 17 00:00:00 2001 From: David Roizenman Date: Sun, 31 Dec 2023 02:01:45 -0800 Subject: [PATCH] fix: fix #519 remove tailwind's default box shadow on inputs --- src/Select.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Select.svelte b/src/Select.svelte index 4afbc815..6991ac23 100644 --- a/src/Select.svelte +++ b/src/Select.svelte @@ -716,6 +716,7 @@ .selectContainer input:focus { outline: none; + box-shadow: none; } .selectContainer:hover {