Skip to content

Instantly share code, notes, and snippets.

@anant1811
Last active July 23, 2016 14:51
Show Gist options
  • Save anant1811/db0c8a743e3ab8c49dff6d75738c5a47 to your computer and use it in GitHub Desktop.
Save anant1811/db0c8a743e3ab8c49dff6d75738c5a47 to your computer and use it in GitHub Desktop.
Remove link outline
/*Remove dotted outline from links/link elements*/
a, a:hover, a:active, a:focus {
outline: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment