Skip to content

Commit 1a51cd0

Browse files
authored
fix(list): icon size in nested elements on initial load (#16498)
1 parent 89835d3 commit 1a51cd0

File tree

1 file changed

+2
-1
lines changed
  • projects/igniteui-angular/src/lib/list/themes

1 file changed

+2
-1
lines changed

projects/igniteui-angular/src/lib/list/themes/_base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ $theme: $base;
140140
display: none;
141141
}
142142

143-
> * {
143+
> *,
144+
[class^='igx'] {
144145
--component-size: var(--list-size);
145146
}
146147

0 commit comments

Comments
 (0)