Skip to content

Instantly share code, notes, and snippets.

@ajiseco
Created December 8, 2013 04:50
Show Gist options
  • Save ajiseco/7853452 to your computer and use it in GitHub Desktop.
Save ajiseco/7853452 to your computer and use it in GitHub Desktop.
CSS: focus
input {
-webkit-appearance: none;
-webkit-border-radius:0;
border-radius:0;
}
input:focus,
input:active {
outline: none;
outline: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment