-
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
feat(tile): only show chevron on selection #5667
feat(tile): only show chevron on selection #5667
Conversation
Deploy preview for carbon-elements ready! Built with commit 7b2334f |
Deploy preview for carbon-components-react ready! Built with commit 7b2334f https://deploy-preview-5667--carbon-components-react.netlify.com |
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.
Border: The border for selected state needs to call ui-05
so it will work across themes. The dark themes have lower contrast right now.
Checkmark icon: For the light themes they need to have a white
inner fill for the check. For the dark themes they need to have a black
inner fill. To help accessibility.
@laurenmrice 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.
looks good 🙌🏻
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 👍 - Thanks @joshblack!
Closes #5174
Update selection tiles (multi select and radio) to only display the chevron on selection instead of on selection and hover.
Changelog
New
Changed
Removed