Skip to content

Commit 5ea9344

Browse files
committed
refactor(material/icon): fixed lint errors
Updates previous fix to Angular Material Icon component to abide by the lint formatting. Fixes b/250063405
1 parent 7b43d83 commit 5ea9344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/icon/icon.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ mat-icon {
4545
}
4646
}
4747

48-
.mat-icon:has(div[style*="letter-spacing:"]):has(div[style*="word-spacing:"]) {
49-
/* Apply styles to avoid text spacing */
48+
.mat-icon:has(div[style*='letter-spacing:']):has(div[style*='word-spacing:']) {
49+
// Apply styles to avoid text spacing
5050
letter-spacing: 0 !important;
5151
word-spacing: 0 !important;
5252
line-height: 1 !important;

0 commit comments

Comments
 (0)