Skip to content

Commit 02584e8

Browse files
committed
fix(list): item content doesn't have background on pan
Ensure the inner container of the list item inherits the background and color from its wrapping parent
1 parent 1962455 commit 02584e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/list/_list-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@
417417
position: relative;
418418
padding: map-get($list-item-padding, 'comfortable');
419419
border-radius: --var($theme, 'item-border-radius');
420+
background: inherit;
420421
z-index: 2;
421422
}
422423

0 commit comments

Comments
 (0)