rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

Outline input field when focused #519

Closed DjeboDigital closed 1 year ago

DjeboDigital commented 1 year ago

image

More people have this issue? This is when i am focused at the input field. I tried to fix it with:

input:focus {
     outline: none;
}

But this didn't do the trick.

hmnd commented 6 months ago

@DjeboDigital how did you end up fixing this?