Skip to content

Instantly share code, notes, and snippets.

@tlxue
Created March 5, 2013 10:18
Show Gist options
  • Save tlxue/5089290 to your computer and use it in GitHub Desktop.
Save tlxue/5089290 to your computer and use it in GitHub Desktop.
remove outline
input:focus {
outline: none;
box-shadow: 0 0 8px rgba(105, 142, 191, .5);
border: 1px solid #B0C4DD;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment