Skip to content

Commit 46005cb

Browse files
committed
fix(tabs): item background
1 parent 815df13 commit 46005cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@
6262
overflow: hidden;
6363
flex: 0 0 auto;
6464
z-index: 1;
65-
background: var-get($theme, 'item-background');
65+
66+
@if $variant == 'material' or $variant == 'bootstrap' {
67+
background: var-get($theme, 'item-background');
68+
}
6669

6770
@if $bootstrap-theme {
6871
position: relative;

0 commit comments

Comments
 (0)