Commit e9ef1ff
authored
fix(toast): exclude igx-icon from typography styles (#16791)
Fixes issue where Material icons in toast were not displayed correctly.
Typography styles were being applied to all child elements including icons,
which interfered with icon rendering. Now explicitly excludes igx-icon
elements from typography styles using :not() selector.
Closes #167601 parent e912471 commit e9ef1ff
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments