Skip to content

Commit f5ff7d9

Browse files
committed
fix(stepper): inconsistent icon size for custom icons
Fixes the stepper not setting the proper font size for custom number icons. Fixes #12999.
1 parent e9466a4 commit f5ff7d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/stepper/stepper.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ $mat-stepper-line-gap: 8px !default;
9292
display: none;
9393
}
9494

95-
& .mat-step-icon,
96-
& .mat-step-icon-not-touched {
95+
& .mat-step-icon {
9796
// Cleans margin both for ltr and rtl direction
9897
margin-right: 0;
9998
margin-left: 0;

0 commit comments

Comments
 (0)