I found that if there is a a
link in the page which does not link to a new page,then when user click it,there will be a dotted line around the element,it will only disappear when user click anything else in the page,how to remove this?
Example:
Note the dotted line around the element Section 2
.
Use outline:none
to anchor tag class
Like @Lo Juego said, read the article
a, a:active, a:focus { outline: none; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With