-
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(progressindicator): adjust styles for progress step with optional label position #5356
fix(progressindicator): adjust styles for progress step with optional label position #5356
Conversation
Deploy preview for carbon-elements ready! Built with commit 0acf4bf |
Deploy preview for carbon-components-react ready! Built with commit 0acf4bf https://deploy-preview-5356--carbon-components-react.netlify.com |
Deploy preview for carbon-components-react ready! Built with commit ca8afd0 https://deploy-preview-5356--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit ca8afd0 |
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.
Can someone view the vertical progress indicator in ie11 or edge? I think that is where this issue was occurring. Positioning looks good in firefox, chrome and safari.
Now that I have access to view themes in react:
- the current and completed icons needs to be calling
interactive-04
they are wrong in the dark themes. - the fourth and fifth step labels should be calling
text-01
. They are wrong in the dark themes. - the optional text should be calling
text-02
@laurenmrice surprisingly, this problem was in all browsers, but someone should definitely still check IE11! |
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.
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.
All looks good to me in firefox, chrome and safari and in diff themes !
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.
👍 ✅
This PR adjusts how the ProgressSteps with an optional label position themselves and resolves a release bug that was caught before the 10.10 release.
What the bug was:
Changelog
Changed
Removed
initial
position from optional labelTesting / Reviewing
Check to make sure the icons are all in line