Skip to content
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

Inherit link color in components using the Feedback color collection (#492) #565

Merged
merged 4 commits into from
Dec 6, 2024

Conversation

adamkudrna
Copy link
Member

@adamkudrna adamkudrna commented Sep 2, 2024

⚠️ BREAKING CHANGES:

  • For Alert and Card, link color changes by component variant.
  • For all input components, link color changes by validation state.

See #492.

@adamkudrna adamkudrna force-pushed the refactor/use-color-collections branch from 69d7426 to 4c40045 Compare September 11, 2024 15:46
Base automatically changed from refactor/use-color-collections to master September 11, 2024 15:49
@adamkudrna adamkudrna force-pushed the feature/inherit-link-color branch from 856f555 to 6e26fba Compare October 8, 2024 08:36
@adamkudrna adamkudrna marked this pull request as ready for review October 8, 2024 10:10
@mbohal mbohal requested a review from atmelmicro November 28, 2024 09:54
@adamkudrna adamkudrna requested a review from mbohal November 29, 2024 09:40
@adamkudrna adamkudrna added the BC Breaking change label Nov 29, 2024
@mbohal
Copy link
Contributor

mbohal commented Nov 30, 2024

I'm going to give approve , but honestly I'm unsure if we should merge this without resolving #577 .

@adamkudrna adamkudrna force-pushed the feature/inherit-link-color branch from 6d92391 to bac1e21 Compare December 2, 2024 14:49
@adamkudrna adamkudrna linked an issue Dec 2, 2024 that may be closed by this pull request
Links in `Alert` now inherit the font weight which is consistent
with other links in React UI.
Since the color inheritance for links has been introduced
in #492, links in e.g. validation messages cannot be
distinguished from regular text until hovered. We chose
to underline all text links by default to make those links
discoverable by users.
@adamkudrna
Copy link
Member Author

I'm going to give approve , but honestly I'm unsure if we should merge this without resolving #577 .

Just merged #577 into this branch, so I'm merging this one as well.

@adamkudrna adamkudrna merged commit d3264dd into master Dec 6, 2024
11 checks passed
@adamkudrna adamkudrna deleted the feature/inherit-link-color branch December 6, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BC Breaking change feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inherit link color in components with feedback/validation states
3 participants