Skip to content

Commit

Permalink
fix(VStepper): add missing non-linear styles
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 8, 2024
1 parent 34bb202 commit da6d5f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vuetify/src/components/VStepper/VStepperItem.sass
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
transition-property: $stepper-item-transition-property
transition-timing-function: $stepper-item-transition-timing-function

.v-stepper--non-linear &
opacity: var(--v-high-emphasis-opacity)

&--selected
opacity: 1

Expand Down

0 comments on commit da6d5f3

Please sign in to comment.