/ Published in: CSS
This will remove dotted outline from focused or active links.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a:active, a:focus { outline: none; }