Skip to content

Commit 815df13

Browse files
committed
fix(tabs): item bakcground issues
1 parent f59ce8d commit 815df13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/tabs/_tabs-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
overflow: hidden;
6363
flex: 0 0 auto;
6464
z-index: 1;
65+
background: var-get($theme, 'item-background');
6566

6667
@if $bootstrap-theme {
6768
position: relative;
68-
background: var-get($theme, 'item-background');
6969

7070
&::after {
7171
content: '';

0 commit comments

Comments
 (0)