We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76111c2 commit fceb91cCopy full SHA for fceb91c
1 file changed
projects/igniteui-angular/src/lib/core/styles/components/stepper/_stepper-theme.scss
@@ -366,16 +366,10 @@
366
}
367
368
@if $variant == 'indigo' {
369
- [aria-selected='true'] {
370
- %igx-stepper__step-content-wrapper {
371
- padding-block: rem(16px);
372
- padding-inline-end: rem(16px);
373
- }
374
375
-
376
[aria-selected='false'] {
377
%igx-stepper__step-content-wrapper {
378
padding-block: 0;
+ transition: padding-block 0.3s 0.2s ease;
379
380
381
0 commit comments