Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bulbul84/da4babc26715e0ba43dee0fc84eb02d8 to your computer and use it in GitHub Desktop.
Save bulbul84/da4babc26715e0ba43dee0fc84eb02d8 to your computer and use it in GitHub Desktop.
How to remove input Default outline for various browser
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment