Remove outlines caused by mouse clicks

@LeaVerou

I’m gonna start blanket adding the following rule to all my stylesheets:

:focus:not(:focus-visible) { outline: none }

Gets rid of the annoying outline for mouse users but preserves it for keyboard users, and is ignored by browsers that don’t support :focus-visible.

source: https://twitter.com/LeaVerou/status/1045768279753666562