Skip to content

Commit f61e9d2

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 d177d6f commit f61e9d2

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
@@ -88,8 +88,7 @@ $mat-stepper-line-gap: 8px !default;
8888
left: 0;
8989
}
9090

91-
& .mat-step-icon,
92-
& .mat-step-icon-not-touched {
91+
& .mat-step-icon {
9392
// Cleans margin both for ltr and rtl direction
9493
margin-right: 0;
9594
margin-left: 0;

0 commit comments

Comments
 (0)