Skip to content

Commit 3a92fe4

Browse files
committed
fix(tabs): fix non-retina border color when tabs color and bg color are used together
1 parent 5304c96 commit 3a92fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_tabs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
&> .tabs{
130130
background-color: $color;
131131
background-image: linear-gradient(0deg, $border-color, $border-color 50%, transparent 50%);
132+
border-color: $border-color;
132133
}
133134
}
134135
}

0 commit comments

Comments
 (0)