An CSS outline is a line (with dotted or other style) that is drawn around elements (outside the borders) to make the element "stand out". Look at the image below:
![]()
To remove or disable it from your links use the CSS code given below:
a {
outline: 0 none !important;
}
If you are using blogger, add it just before ]]></b:skin>.