-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[ClickableTile]: All text looks like link if a real href is used. #8158
Comments
github-actions
bot
added
status: waiting for maintainer response 💬
and removed
status: waiting for author's response 💬
labels
Mar 22, 2021
Could it be browser specific? I'm using chrome, if it helps. |
github-actions
bot
added
status: waiting for author's response 💬
and removed
status: waiting for maintainer response 💬
labels
Mar 22, 2021
this is likely due to your browser's history settings so the visited links are appearing blue. in @tw15egan's screenshot of the dev tools you can see that the #161616 color is correctly being applied to the element |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
In
ClickableTile
if a real href is specified, then all of the text becomes blue and looks like a link. This might be intended but isn't by default what shows up with the empty href in the storybook so I wanted to clarify.This doesn't look so bad in the storybook because it's just two words but real use cases have more content in the tiles and it looks a bit odd if it all looks like a link.
Steps to reproduce the issue
href
to a real link, say https://www.google.com/Clickable Tile
looks like a linkAlso can see this in the sandbox below.
The text was updated successfully, but these errors were encountered: