We're a place where coders share, stay up-to-date and grow their careers.
You shouldn't remove the default outline unless you have a custom style for :focus and :active for the elements
:focus
:active
Thanks for addressing that issue, I will change that right away!
yeah, here is a great article about how to keep outlines only when navigating with the keyboard (using only css)
css-tricks.com/the-focus-visible-t...
Thank you for sharing the link!
You shouldn't remove the default outline unless you have a custom style for
:focus
and:active
for the elementsThanks for addressing that issue, I will change that right away!
yeah, here is a great article about how to keep outlines only when navigating with the keyboard (using only css)
css-tricks.com/the-focus-visible-t...
Thank you for sharing the link!