Outline Link Removing in FireFox

In FireFox when you click a link it outlines it which isn’t a big deal, but it does it for image links
Anyway just adding this to the CSS file seemed to fix the problem for me.

Code:
a {
	outline: none;
}

Respond to this post