Skip to content

Commit a98ce96

Browse files
committed
chore(tabs): fix lint errors
1 parent 17349b3 commit a98ce96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/tabs/themes/shared/tab/tab.bootstrap.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $theme: $bootstrap;
4242
inset 0 var(--_border-size) 0 0 var-get($theme, 'border-color--hover'), /* Top */
4343
inset calc(var(--_border-size) * -1) 0 0 0 var-get($theme, 'border-color--hover'), /* Left */
4444
inset var(--_border-size) 0 0 0 var-get($theme, 'border-color--hover'); /* Right */
45+
4546
background: var-get($theme, 'item-hover-background');
4647
}
4748

src/components/tabs/themes/shared/tabs/tabs.bootstrap.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $theme: $bootstrap;
77
--header-min-height: #{rem(48px)};
88
}
99

10-
[part~=inner] {
10+
[part~='inner'] {
1111
flex-grow: 1;
1212
}
1313

0 commit comments

Comments
 (0)