-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(progress-indicator): make unclickable step look non-interactive #5843
fix(progress-indicator): make unclickable step look non-interactive #5843
Conversation
Deploy preview for carbon-elements ready! Built with commit 33bd48c |
Deploy preview for carbon-components-react ready! Built with commit 33bd48c https://deploy-preview-5843--carbon-components-react.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to account for the scenarios where the progress step has overflow content and becomes trigger elements for a tooltip. Maybe a check on renderLabel
in ProgressStep
?
@emyarod Good point - It was something I was on the fence and went to the route of not making it look interactive for now. Wanted to have designer's feedback on this. Thanks! |
I actually still don't think the overflow one needs the link indicator. the |
Thanks @aagonzales for your feedback - Updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 ✅
Fixes #5515.
Changelog
Changed
Testing / Reviewing
Testing should make sure progress indicator is not broken.