When I click a link on my website it is creating an outline around the link like so
I\'ve tried adding:
a.image-link:focus { outline: 0; }
You can just use this:
a:active, a:focus { outline: 0; border: none; -moz-outline-style: none; }