Skip to content

Commit

Permalink
Add border-bottom on focus for TabNav component
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant committed Nov 1, 2015
1 parent 09cb09b commit 3ca068a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabNav/TabNav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
border-bottom: 1px solid transparent;
text-decoration: none;

&:not(.active):hover {
&:not(.active):hover, &:not(.active):focus {
color: #7D7D8E;
border-bottom: 1px solid #7D7D8E;
}
Expand Down

0 comments on commit 3ca068a

Please sign in to comment.