Skip to content

Commit

Permalink
fix(Tab): fix tab nav border in fusion cool
Browse files Browse the repository at this point in the history
  • Loading branch information
byeval committed Sep 17, 2019
1 parent e925c78 commit 43d2013
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/tab/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,15 @@
}
}

&-wrapped#{$tab-prefix}-top > #{$tab-prefix}-content {
top: -$tab-wrapped-content-position-top;
border-top: $tab-wrapped-content-border;
&-wrapped#{$tab-prefix}-top > #{$tab-prefix}-bar:before {
content: '';
position: absolute;
top: 100%;
width: 100%;
height: 0;
border-bottom: $tab-wrapped-content-border;
transform: translateY(-$tab-wrapped-content-border-line-width);
display: block;
}

/* Shape: wrapped(bottom) */
Expand Down

0 comments on commit 43d2013

Please sign in to comment.