https://marco.org/2007/07/06/focus-outline-0-css-trick-get-rid-of-the
:focus { outline: 0; }
CSS trick: get rid of the annoying dotted outline that Gecko and IE place around a link after you click it. (By Cameron, thanks, this is awesome)
I’m Marco Arment: a programmer, writer, podcaster, geek, and coffee enthusiast.
https://marco.org/2007/07/06/focus-outline-0-css-trick-get-rid-of-the
:focus { outline: 0; }
CSS trick: get rid of the annoying dotted outline that Gecko and IE place around a link after you click it. (By Cameron, thanks, this is awesome)