Conversation
What was broken The View challenge action on the ticket details page was clickable but appeared as ordinary gray text. Root cause The global link reset removes native color and decoration, while the Support app did not define the CSS variable used by this link. What was changed Styled the challenge link and its hover state with the shared accessible blue token and a persistent underline. Any added/updated tests Added a focused stylesheet regression assertion covering the challenge link's default and hover presentation. The existing semantic link and encoded URL assertions remain in place.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was broken
The View challenge action on the ticket details page opened the correct challenge but appeared as ordinary gray text instead of a link.
Root cause
The global link reset removes native link color and decoration. The ticket link relied on an undefined Support-app CSS variable and did not restore an underline; the reset's hover selector also required an explicit hover override.
What was changed
Styled the View challenge link in its default and hover states with the shared accessible blue token and a persistent underline.
Any added/updated tests