Skip to content

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

Merged
adamkudrna merged 4 commits into
masterfrom
feature/inherit-link-color
Dec 6, 2024
Merged

Inherit link color in components using the Feedback color collection (#492)#565
adamkudrna merged 4 commits into
masterfrom
feature/inherit-link-color

Conversation

@adamkudrna

@adamkudrna adamkudrna commented Sep 2, 2024

Copy link
Copy Markdown
Member

⚠️ BREAKING CHANGES:

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

See #492.

Comment thread src/styles/tools/_collections.scss Outdated
@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
Comment thread src/components/TextLink/README.md
@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

mbohal commented Nov 30, 2024

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
@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