Last active
February 19, 2018 15:21
-
-
Save interactiveRob/8618a2e01687041d3f8a136a9c66714a to your computer and use it in GitHub Desktop.
Remove user-agent blue border focus styling on input elements CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//-----------------------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