Skip to content

Instantly share code, notes, and snippets.

@interactiveRob
Last active February 19, 2018 15:21
Show Gist options
  • Save interactiveRob/8618a2e01687041d3f8a136a9c66714a to your computer and use it in GitHub Desktop.
Save interactiveRob/8618a2e01687041d3f8a136a9c66714a to your computer and use it in GitHub Desktop.
Remove user-agent blue border focus styling on input elements CSS
//-----------------------Remove User Agent Focus Styling-----------------------
input:focus, textarea, [contenteditable="true"]:focus {
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment