O.K. so Firefox is an awesome browsers but it has a rather annoying feature that I’ve been trying to disable for some time now. When ever you click and hold on a link it put’s a dotted line around the link and then leaves it there after you have clicked on the link.
To me that is rather annoying to me as I do a lot of AJAX stuff and it requires me to get that link with in the DOM and tell it to blur it’s self (lose focus).
Just yesterday I stumbled across this code on the web while looking for something else:
* { outline: none; }
What this does it tell any object not to have an outline around it.
That works for me.



Hey,
thanks for sharing, it fixed problems for me, too
Thank you so much for this fix!!! I’ve been beating my head against the wall for two days, wondering around search engines for this very simple but frustrating problem. Thank you so much!!!
dude… thanks sooo much for posting this. I’ve been looking around for this solution for far too long today and it works perfectly. Your a legend!
You. Are. The. Man.
I kept finding tutorials that would only work for links, and you come along like a knight in shining armor and save the day.
A bit dramatic I know, but what I’m trying to say is-
Thanks.
Wow,
Thank you so much for sharing the info. What a big help
Thx