Skip to content

Commit 91f6d67

Browse files
Atilio ScolaroAtilio Scolaro
authored andcommitted
feat(components/molecule/tabs): fixed molecule tabs divider
1 parent b53a6c0 commit 91f6d67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/molecule/tabs/src/styles/index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ $item-base-class: '#{$base-class}-item';
109109

110110
&--highlighted#{$base-class}--horizontal,
111111
&--highlighted#{$base-class}--fullWidth {
112-
border-bottom: $bb-sui-molecule-tabs-fullwidth;
112+
#{$base-class}-scroller {
113+
border-bottom: $bb-sui-molecule-tabs-fullwidth;
114+
}
113115

114116
#{$item-base-class} {
115117
border: 0 none transparent;

0 commit comments

Comments
 (0)