How to remove the margin blue color when i click a specifc item
Closed this issue · 1 comments
danieltadresu commented
When i click a specific item inside of the Menu, appears a blue margin color, could i prevent this? how to remove this style?
Thanks a lot
negomi commented
Hey @danieltadresu,
Is it actually a margin or just an outline added when the element is focused?
I think this might be what you're describing: #309
If so, you can disable/restyle it using the outline property, but it's not recommended to remove it completely for accessibility reasons.