Reset effects after clicking on a link

Asked

Viewed 75 times

1

How can I reset all effects after clicking on a link to

Ex, that underlined effect and the edge:

inserir a descrição da imagem aqui

1 answer

3


use the Outline

a:focus, a:visited, a:hover {
   outline: 0;
   border: none;
}

Browser other questions tagged

You are not signed in. Login or sign up in order to post.