Skip to content

Commit

Permalink
feat(Tab): make capsure border hover configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
guanpu committed May 29, 2019
1 parent 91fba02 commit 1b1554f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tab/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,13 @@
border-color: $tab-capsule-tab-border-line-color-disabled;
}

&:hover {
z-index: 1;
border-right: $tab-capsule-tab-border;
margin-right: -$tab-capsule-tab-border-line-width;
border-color: $tab-capsule-tab-border-line-color-hover;
}

@include tabs-tab-statement(
$tab-capsule-text-color,
$tab-capsule-text-color-hover,
Expand Down

0 comments on commit 1b1554f

Please sign in to comment.