🌱 A guide to designing accessible, WCAG-compliant focus indicators

Source

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;
}
Made by Brandon . If you find this project useful you can donate.