Skip to content

Instantly share code, notes, and snippets.

@alegut
Created May 24, 2018 14:08
Show Gist options
  • Save alegut/b8f4313325609c1d2bf394faaa1321e9 to your computer and use it in GitHub Desktop.
Save alegut/b8f4313325609c1d2bf394faaa1321e9 to your computer and use it in GitHub Desktop.
Avoid outline on active links
#logoSocial a:active,
#logoSocial a:focus {
outline: 0;
border: none;
-moz-outline-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment