Skip to content

Commit

Permalink
fix(Tab): remove tab nav border hover transition
Browse files Browse the repository at this point in the history
  • Loading branch information
byeval committed Sep 4, 2019
1 parent 4952b9e commit 9a085e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tab/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@

&:hover {
z-index: 1;
transition: none;
border-right: $tab-capsule-tab-border;
margin-right: -$tab-capsule-tab-border-line-width;
border-color: $tab-capsule-tab-border-line-color-hover;
Expand Down

0 comments on commit 9a085e1

Please sign in to comment.