fix(ProgressIndicator): remove non-interactive active state#9631
Conversation
|
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: ac0b92f 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/6144f0a84dc35a0008a78086 😎 Browse the preview: https://deploy-preview-9631--carbon-react-next.netlify.app |
|
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: ac0b92f 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/6144f0a8cd344b0007a9e34a 😎 Browse the preview: https://deploy-preview-9631--carbon-elements.netlify.app |
|
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: ac0b92f 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/6144f0a8d98b4c0008f9c935 😎 Browse the preview: https://deploy-preview-9631--carbon-components-react.netlify.app |
dakahn
left a comment
There was a problem hiding this comment.
works well for me on Edge in Ubuntu 🏄🏾
|
I think it also need to account for interactive/clickable (non-tooltip) steps. Right now, this change would also remove the active styling for the progress steps in the "interactive" story: https://deploy-preview-9631--carbon-components-react.netlify.app/?path=/story/components-progressindicator--interactive |
Closes #9609
Ensures a non-interactive
ProgressIndicatorstep does not receive an active stateChangelog
Changed
activestyles to the node that contains a tooltipTesting / Reviewing
Click and drag the first step in the
ProgressIndicatorstory. It should not receive any active styles