/ Published in: CSS
This will remove dotted outline from focused or active links.
Expand |
Embed | Plain Text
a:active, a:focus { outline: none; }
You need to login to post a comment.
This will remove dotted outline from focused or active links.
a:active, a:focus { outline: none; }
You need to login to post a comment.