Skip to content

Commit

Permalink
fix(Tab): update default border color when hover
Browse files Browse the repository at this point in the history
  • Loading branch information
byeval committed Sep 4, 2019
1 parent 9a085e1 commit 75a7195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tab/scss/variable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ $tab-capsule-tab-border-line-color: $color-line1-3 !default;

/// border
/// @namespace statement/hover/tab
$tab-capsule-tab-border-line-color-hover: $color-brand1-6 !default;
$tab-capsule-tab-border-line-color-hover: $color-line1-3 !default;

/// border
/// @namespace statement/selected/tab
Expand Down

0 comments on commit 75a7195

Please sign in to comment.