Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][2.6.11] Stepper text-shadow is not cleared on error #15886

Closed
Glandos opened this issue Oct 14, 2022 · 0 comments
Closed

[Bug Report][2.6.11] Stepper text-shadow is not cleared on error #15886

Glandos opened this issue Oct 14, 2022 · 0 comments
Assignees
Labels
C: VStepper VStepper CSS specificity Different CSS on dev and production T: bug Functionality that does not work as intended/expected
Milestone

Comments

@Glandos
Copy link
Contributor

Glandos commented Oct 14, 2022

Environment

Vuetify Version: 2.6.11
Vue Version: 2.7.10
Browsers: Firefox 105.0
OS: Linux x86_64

Steps to reproduce

  • Create a stepper
  • Set an active step to an error state

Expected Behavior

Text shadow should be set to none

Actual Behavior

There is a black text shadow above the red font

Reproduction Link

https://codepen.io/glandos/pen/RwydWLx

Other comments

It seems that the CSS rule that drops the text-shadow (.v-stepper__step.v-stepper__step--error .v-stepper__label) has a lower precedence over the normal rule (.theme--light.v-stepper .v-stepper__step--active .v-stepper__label)

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VStepper VStepper CSS specificity Different CSS on dev and production and removed S: triage labels Oct 15, 2022
@KaelWD KaelWD added this to the v2.6.x milestone Oct 15, 2022
@KaelWD KaelWD self-assigned this Oct 17, 2022
@KaelWD KaelWD closed this as completed in 785de11 Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VStepper VStepper CSS specificity Different CSS on dev and production T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants