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; }
Fixed:
Found out in my CSS that there was code already being generated to create an outline on a:active. This was overriding my code and removing it fixed the problem.
a:active