Skip to content

Commit 726e053

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 985774a commit 726e053

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
@@ -93,8 +93,7 @@ $mat-stepper-line-gap: 8px !default;
9393
display: none;
9494
}
9595

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

0 commit comments

Comments
 (0)