Skip to content

Commit

Permalink
fix(VStepper): increate error label selector specificity
Browse files Browse the repository at this point in the history
fixes #15886
  • Loading branch information
KaelWD committed Oct 17, 2022
1 parent 30b7281 commit 785de11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/components/VStepper/VStepper.sass
Expand Up @@ -128,7 +128,7 @@
font-size: $stepper-step-error-icon-font-size
color: inherit

.v-stepper__label
.v-stepper & .v-stepper__label
color: inherit
text-shadow: none
font-weight: 500
Expand Down Expand Up @@ -186,7 +186,7 @@
padding: $stepper-vertical-content-ltr-padding
+rtl()
padding: $stepper-vertical-content-rtl-padding

width: auto
+ltr()
margin: $stepper-vertical-content-ltr-margin
Expand Down

0 comments on commit 785de11

Please sign in to comment.