Skip to content

Commit

Permalink
fix(components/stepper): compact variation - not take skrinked variat…
Browse files Browse the repository at this point in the history
…ion into account" (#1583)
  • Loading branch information
tiloyi committed Apr 25, 2024
1 parent 79dcfe0 commit 9a37864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/components/_c.stepper.scss
Expand Up @@ -136,7 +136,7 @@
color: $color-stepper-title;
}

&:not(#{$parent}--compact):not(#{$parent}--shrinked) {
&:not(#{$parent}--compact) {
#{$parent}__item {
&:first-child::before,
&:last-child::after {
Expand Down

0 comments on commit 9a37864

Please sign in to comment.