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

fix: set correct visited link tokens for link and toggletip #15790

Merged

Conversation

alisonjoseph
Copy link
Member

@alisonjoseph alisonjoseph commented Feb 20, 2024

Closes #13400

Visited link styles were displaying incorrectly inside of ToggleTip

Until #15204 is resolved (adding $link-inverse-hover and $link-inverse-visited tokens) all states for links inside of ToggleTip will be displayed as $link-inverse so will at least be accessible, where before they were not.

Changelog

New

  • new custom property link-visited-text-color in toggletip scss

Changed

  • Set all link tokens to use the custom properties so the tokens set for ToggleTip display correctly.

Testing / Reviewing

Check that link colors are correct for Link and ToggleTip components

Copy link

netlify bot commented Feb 20, 2024

Deploy Preview for v11-carbon-react ready!

Name Link
🔨 Latest commit 9546764
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/65e5f145389cc0000855853b
😎 Deploy Preview https://deploy-preview-15790--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@andreancardona andreancardona left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@tay1orjones tay1orjones added this pull request to the merge queue Mar 11, 2024
Merged via the queue into carbon-design-system:main with commit 2e53484 Mar 11, 2024
20 checks passed
@carbon-automation
Copy link
Contributor

Hey there! v11.53.0 was just released that references this issue/PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Visited links inside Toggletip don't receive inverse color token
5 participants