negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.04k stars 582 forks source link

How to remove the margin blue color when i click a specifc item #444

Closed danieltadresu closed 3 years ago

danieltadresu commented 3 years ago

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 3 years ago

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: https://github.com/negomi/react-burger-menu/issues/309

If so, you can disable/restyle it using the outline property, but it's not recommended to remove it completely for accessibility reasons.