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

Clicking on svg shows border #29

Closed
ghoshsanjoy78 opened this issue May 2, 2022 · 2 comments
Closed

Clicking on svg shows border #29

ghoshsanjoy78 opened this issue May 2, 2022 · 2 comments

Comments

@ghoshsanjoy78
Copy link

I am trying to use svelte-inline-svg on my Sveltekit project. It embeds just fine and shows up on my webpage

However, when I click on the SVG, it shows an ugly black border around the SVG.

How can I get rid of this behavior and not have a border show up on clicking on the SVG ?

@robinscholz
Copy link
Owner

Hi @ghoshsanjoy78,

could you please provide me with a minimal reproduction of the problem?

@eriandev
Copy link
Contributor

It is something specific to the browser, some elements when they are in 'focus' mode have an outline,
it can be corrected with CSS but I don't know if it is necessary.

GIF 21-05-2022 20-29-13

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

No branches or pull requests

3 participants