Skip to content

Instantly share code, notes, and snippets.

@uitk23009
Created December 8, 2017 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uitk23009/71e54e902ba8c84e7ff994c6e6b3dfd4 to your computer and use it in GitHub Desktop.
Save uitk23009/71e54e902ba8c84e7ff994c6e6b3dfd4 to your computer and use it in GitHub Desktop.
remove dropdown outline
.dropdown-item:focus, .dropdown-item:hover {
outline: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment