Remove gray border around links in Firefox
Firefox has the bad habit to add a gray border around the links when clicked as seen in the following image…

We can easily remove it applying a specific css property…
To remove it completely, we only need to add the css property outline with the value none to the links.
Example of the css rule:
a{
outline:none;
}
Aaron
Ha! Sweet! Thanks, good work. I wish I knew this a long time ago…
Stas
Thanks for tips
Wilson Crestani
Great tip! Thanks!
Brian
Thanks so much! This saved me a lot of hassle and time.
Robin George
Thanks a lot buddy! It helped me to fix the last bug of the day!
I’m happy now!