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

Blue border appears on Search in Firefox #181

Open
World-X opened this issue Sep 14, 2024 · 0 comments
Open

Blue border appears on Search in Firefox #181

World-X opened this issue Sep 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@World-X
Copy link

World-X commented Sep 14, 2024

After using this template for about a week now (it's pretty good by the way!), I've noticed some things that could be improved.

For one, a small issue that I found, and very easy to fix, is that in Firefox, by default, the Search component shows a blue border when focused, which looks ugly, in my opinion. I know this isn't intended because I tried it on Google Chrome and the border wasn't there.

Screenshot_3

The solution is as simple as adding this code to Search.svelte, inside <style> tags.

input:focus {
  outline: 0;
}
@saicaca saicaca added the enhancement New feature or request label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants