Skip to content

Commit 10aa350

Browse files
committed
refactor(core): simplify tabs links style
1 parent 1182bc4 commit 10aa350

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/lumx-core/src/scss/components/tabs/_index.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
$self: &;
77

88
&__links {
9-
#{$self}--theme-light & {
10-
@include lumx-tabs-links;
11-
}
12-
13-
#{$self}--theme-dark & {
14-
@include lumx-tabs-links;
15-
}
9+
@include lumx-tabs-links;
1610
}
1711

1812
&__link {

0 commit comments

Comments
 (0)