Skip to content

Commit f5fe844

Browse files
committed
fix(stepper): remove active-only padding override causing horizontal override
1 parent 3a0e38e commit f5fe844

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • projects/igniteui-angular/stepper/src/stepper/step/themes

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ $theme: digest-schema($material-stepper);
7373
}
7474
}
7575

76-
@include m(current, $not: ('horizontal')) {
77-
@include e(content-wrapper) {
78-
padding: rem(16px);
79-
}
80-
}
81-
8276
@include m(invalid) {
8377
&:focus {
8478
@include e(header) {
@@ -154,6 +148,7 @@ $theme: digest-schema($material-stepper);
154148
margin-block: 0;
155149
};
156150

151+
padding: rem(16px);
157152
position: relative;
158153

159154
&::before {

0 commit comments

Comments
 (0)