Skip to content

Instantly share code, notes, and snippets.

@rodica-andronache
Created May 29, 2013 11:23
Show Gist options
  • Save rodica-andronache/5669596 to your computer and use it in GitHub Desktop.
Save rodica-andronache/5669596 to your computer and use it in GitHub Desktop.
CSS - Remove orange line from focused inputs in Chrome
textarea:focus, input:focus{
outline: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment