-
Notifications
You must be signed in to change notification settings - Fork 78
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(combobox-item): interactive states update color of shortHeading
property
#11647
base: dev
Are you sure you want to change the base?
fix(combobox-item): interactive states update color of shortHeading
property
#11647
Conversation
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.
It looks like the font weight has changed to medium across the board. All text should be regular weight. The heading text (only) should change to medium weight when selected.
Sorry, I missed this in our discussion: icons should also change to |
This was during the initial build. Had to re build the chromatic. |
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!
Related Issue: #11646
Summary
When
:hover
or:active
,shortHeading
property color is updated and synchronized withdescription
.