Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created February 25, 2017 21:40
Show Gist options
  • Save ingozoell/37c9ab77e0cd05f95b2a0c040e1b2e99 to your computer and use it in GitHub Desktop.
Save ingozoell/37c9ab77e0cd05f95b2a0c040e1b2e99 to your computer and use it in GitHub Desktop.
CSS remove outline/glow
.class {
outline: none !important;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment