Skip to content

Commit

Permalink
fix(tabs): fix white tab background when it is focused
Browse files Browse the repository at this point in the history
  • Loading branch information
lugovsky committed Jun 13, 2016
1 parent 7f05a1e commit b96d476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/theme/bootstrap-overrides/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
margin-bottom: 0;
border-radius: 0;
border: none;
&:hover {
&:hover, &:focus {
border: none;
background-color: $primary-light;
}
Expand Down

0 comments on commit b96d476

Please sign in to comment.