Skip to content

Conversation

@davidornelas11
Copy link
Contributor

Description

Problem: Normal visited links do not currently have a distinct visual state, which can affect user experience by not indicating which links have been previously visited.

Solution: Applied dark maroon color (#440e22) to visited links to provide clear visual feedback. The implementation:

  • Adds global visited link styling using $uds-color-base-darkmaroon
  • Excludes buttons, navigation links, page links, and card links from the visited state to maintain their intended styling
  • Maintains consistency with ASU brand guidelines for visited link states

Testing Steps:

  1. Build the theme package: cd packages/unity-bootstrap-theme && yarn build
  2. Open any page with standard links (not buttons or nav items)
  3. Click on a link to visit it
  4. Navigate back to verify the link now displays in dark maroon color (#440e22)

Checklist

  • Tests pass for relevant code changes

Important Reminders

No additional tests needed for this visual styling change. Existing build process validates SCSS compilation.

Links

- Add global visited link styling to use dark maroon color (#440e22)
- Exclude buttons, nav-links, page-links, and card-links from visited state
- Maintains consistency with ASU brand guidelines for visited link states

Refs: UDS-1677
@davidornelas11 davidornelas11 requested a review from a team as a code owner December 17, 2025 21:11
@asu-jenkins-devops
Copy link
Collaborator

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.

3 participants