Skip to content

Commit

Permalink
fix(tabset): removes bold emphasize for hovered tab (#651)
Browse files Browse the repository at this point in the history
Closes #540 
BREAKING CHANGE:
Possibly a breaking change since tabs won't be bold in hover state.
  • Loading branch information
cmajsmith authored and nnixaa committed Aug 24, 2018
1 parent b3e6577 commit 22e39eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

&:hover {
color: nb-theme(route-tabs-fg-heading);
font-weight: nb-theme(route-tabs-active-font-weight);
}

&::before {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

&:hover {
color: nb-theme(tabs-fg-heading);
font-weight: nb-theme(tabs-active-font-weight);
}

&::before {
Expand Down

0 comments on commit 22e39eb

Please sign in to comment.