X Tutup
Skip to content

Add underline to asset links for accessibility#3973

Open
VaibhavNarayann wants to merge 1 commit intoprocessing:developfrom
VaibhavNarayann:fix-assets-underline
Open

Add underline to asset links for accessibility#3973
VaibhavNarayann wants to merge 1 commit intoprocessing:developfrom
VaibhavNarayann:fix-assets-underline

Conversation

@VaibhavNarayann
Copy link

Fixes #3934

Description

This PR improves accessibility on the Assets page by ensuring hyperlinks are visually distinguishable beyond color differences, following WCAG accessibility guidelines.

Changes Made

  • Added underline text decoration for all hyperlinks in .asset-table__row
  • Increased underline thickness to 0.1em on hover

File Changed

client/styles/components/_asset-list.scss

QA Steps

  1. Run the editor locally
  2. Upload assets to create asset links
  3. Navigate to:
    http://localhost:8000/{username}/assets

Verify:

  • Links are underlined
  • Hovering over links increases underline thickness

@yugalkaushik
Copy link
Contributor

@VaibhavNarayann Thank you for the PR. Can you share the preview for the changes please.

@clairep94 clairep94 added the Contributor Follow-up Required Request for changes, or other follow up required. Please see PR comments thread. label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Contributor Follow-up Required Request for changes, or other follow up required. Please see PR comments thread.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Styling refactor for links on hover for Assets Page of Profile Section

3 participants

X Tutup