adeo / mozaic-design-system

Mozaic Design System
https://mozaic.adeo.cloud
Apache License 2.0
73 stars 17 forks source link

[Stepper] Validated items in a Stepper need to be clickable to be able to navigate to previous steps #929

Closed ysellamiLM closed 3 years ago

ysellamiLM commented 3 years ago

🐞 Styleguide bug report

Is this a regression?

No ### Description All steps that have the class : mc-stepper__item--validated, should be showing a pointer cursor since it's clickable to navigate to that step. ## 🌍 Your Environment **Styleguide Version:**

.mc-stepper__item--validated {
  ...
  cursor: pointer;
}
tiloyi commented 3 years ago

Hi @ysellamiLM , Thanks for your suggestion. However a variation exists to put links in the Stepper on the validated steps.

Unfortunately, this variation was not documented

I just did it, through the following PR: https://github.com/adeo/mozaic-design-system/pull/943