Skip to content

Instantly share code, notes, and snippets.

@doulmi
Last active January 4, 2017 10:52
Show Gist options
  • Save doulmi/0cd1971af75f9a35ae4185674eda5485 to your computer and use it in GitHub Desktop.
Save doulmi/0cd1971af75f9a35ae4185674eda5485 to your computer and use it in GitHub Desktop.
Bootstrap button not be blank when hover
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
color: white;
}
&:focus, &.focus, &:active:focus, &:active.focus, &.active:focus, &.active.focus {
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment