🌱 A guide to designing accessible, WCAG-compliant focus indicators
Focus styles matter. If you are removing browser defaults you need to replace them with something better.
Stop doing this unless you are adding something to replace it:
:focus {
outline: none;
}