From ddb6b8de093e50f11c00f4ed299f50cd515b6abb Mon Sep 17 00:00:00 2001 From: crisbeto Date: Thu, 18 Oct 2018 23:11:10 +0200 Subject: [PATCH] fix(stepper): inconsistent icon size for custom icons Fixes the stepper not setting the proper font size for custom number icons. Fixes #12999. --- src/lib/stepper/stepper.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/stepper/stepper.scss b/src/lib/stepper/stepper.scss index 7120104ec009..5351f070e436 100644 --- a/src/lib/stepper/stepper.scss +++ b/src/lib/stepper/stepper.scss @@ -92,8 +92,7 @@ $mat-stepper-line-gap: 8px !default; display: none; } - & .mat-step-icon, - & .mat-step-icon-not-touched { + & .mat-step-icon { // Cleans margin both for ltr and rtl direction margin-right: 0; margin-left: 0;