necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.48k stars 10.67k forks source link

Anchor tag has an outline when got focus on Firefox on Ubuntu #800

Closed melvsdotdev closed 4 years ago

melvsdotdev commented 5 years ago

I am using Mozilla Firefox 70.0 (64bit) on my Ubuntu 18.04 OS, I already notice it for a long time but I ignored it, until I open the test.html and I read that anchor tag should not have a focus outline when both focused and hovered (opinionated) see 6.3

alt text

melvsdotdev commented 5 years ago

I made a PR to fix it. Happy coding! :tada: