-
I'm applying visited:text-red-500 on links. This works fine for interal links but is not applied to links pointing to external domains. Why is this and how can I fix this? Eg
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You cannot fix this, it's a security feature by browsers. Otherwise you would be able to compute the browser history of a person. |
Beta Was this translation helpful? Give feedback.
-
Consider checking you've clicked on the external link before. It seems to work in this Tailwind Play. I click the External link and when I go back to it, the link is red. Otherwise, it could be browser privacy settings or some other privacy-preservation interaction. |
Beta Was this translation helpful? Give feedback.
-
Related: Tailwind CSS visited variant not applied on external links
|
Beta Was this translation helpful? Give feedback.
got it! Tansk for you pointing me in the right direction my Google skills found the right answer :) seems to be a Chrome flag. Disabling this option chrome://flags/#partition-visited-link-database-with-self-links makes the links colored again after visit.
Source: https://www.reddit.com/r/bugs/comments/1f25i60/chrome_visited_links_not_changing_color/