Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outline input field when focused #519

Closed
DjeboDigital opened this issue Jan 11, 2023 · 1 comment · May be fixed by #661
Closed

Outline input field when focused #519

DjeboDigital opened this issue Jan 11, 2023 · 1 comment · May be fixed by #661

Comments

@DjeboDigital
Copy link

DjeboDigital commented Jan 11, 2023

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
Copy link
Contributor

hmnd commented Dec 31, 2023

@DjeboDigital how did you end up fixing this?

hmnd added a commit to hmnd/svelte-select that referenced this issue Dec 31, 2023
remove tailwind's default box shadow on inputs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants