We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://www.carbondesignsystem.com/components/link/style/ there should be a hover color on links that's slightly darker than the at-rest color.
$hover-primary-text = #054ADA $link-01 = #0f62fe
But none of the demos use it, e.g., https://www.carbondesignsystem.com/components/link/code/ or https://react.carbondesignsystem.com/?path=/story/link--default
Is the spec wrong, or do the implementations need to change?
The text was updated successfully, but these errors were encountered:
The style table doc is correct. The component itself needs to be updated.
For the link component, we should be using link-01 for enabled and hover-primary-text for hover. I will transfer this issue to the carbon repo.
link-01
hover-primary-text
Sorry, something went wrong.
emyarod
Successfully merging a pull request may close this issue.
According to https://www.carbondesignsystem.com/components/link/style/ there should be a hover color on links that's slightly darker than the at-rest color.
$hover-primary-text = #054ADA
$link-01 = #0f62fe
But none of the demos use it, e.g.,
https://www.carbondesignsystem.com/components/link/code/
or
https://react.carbondesignsystem.com/?path=/story/link--default
Is the spec wrong, or do the implementations need to change?
The text was updated successfully, but these errors were encountered: