Skip to content

Commit 44a273b

Browse files
committed
fix(stepper): remove redundant flex-grow and top calculation from stepper styles
1 parent 05518a7 commit 44a273b

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

projects/igniteui-angular/stepper/src/stepper/step/themes/_base.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ $theme: digest-schema($material-stepper);
360360

361361
@include mx(horizontal, end) {
362362
&:first-of-type {
363-
flex-grow: initial;
364363
min-width: 0;
365364
}
366365

projects/igniteui-angular/stepper/src/stepper/step/themes/shared/bootstrap.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,12 @@ $_theme: digest-schema($bootstrap-stepper);
7474
}
7575

7676
@include mx(horizontal, start) {
77-
&::before {
78-
top: calc(50% - (#{$indicator-size} / 2));
79-
}
80-
8177
@include e(header) {
8278
padding: $header-padding;
8379
}
8480
}
8581

8682
@include mx(horizontal, end) {
87-
&::before {
88-
top: calc(50% - (#{$indicator-size} / 2));
89-
}
90-
9183
@include e(header) {
9284
padding: $header-padding;
9385
}

0 commit comments

Comments
 (0)