Skip to content

fix: a11y issues, round 2#1141

Merged
wesleyboar merged 1 commit into
mainfrom
fix/more-ally-issues
Apr 1, 2026
Merged

fix: a11y issues, round 2#1141
wesleyboar merged 1 commit into
mainfrom
fix/more-ally-issues

Conversation

@wesleyboar

@wesleyboar wesleyboar commented Apr 1, 2026

Copy link
Copy Markdown
Member

Overview

Fix more accessibility bugs.

Related

Changes

Testing

Verify colors of link, unlinked text, and body, pass color contrast test.

UI

see.code.in.action.and.relevant.markup.mov
screenshot ofcolor contrast test passing
screenshot of color contrast test passing

Links in lead are usually only hidden external article links.

But we technically can have visible links in article leads.
@wesleyboar wesleyboar changed the title fix: links indistinguishable on news article leads fix: a11y issues 2 Apr 1, 2026
@wesleyboar wesleyboar changed the title fix: a11y issues 2 fix: a11y issues, round 2 Apr 1, 2026
@wesleyboar wesleyboar marked this pull request as ready for review April 1, 2026 23:28
@wesleyboar wesleyboar merged commit fc1c500 into main Apr 1, 2026
@wesleyboar wesleyboar deleted the fix/more-ally-issues branch April 1, 2026 23:28
@qodo-code-review

Copy link
Copy Markdown

Review Summary by Qodo

Remove hardcoded color from news article lead links

🐞 Bug fix

Grey Divider

Walkthroughs

Description
• Remove hardcoded link color from news article leads
• Allows links to inherit proper contrast colors
• Fixes accessibility color contrast issues
Diagram
flowchart LR
  A["news-feed-article__lead mixin"] -- "remove hardcoded color" --> B["links inherit proper colors"]
  B -- "ensures" --> C["WCAG color contrast compliance"]
Loading

Grey Divider

File Changes

1. taccsite_cms/static/site_cms/css/src/_imports/tools/x-news.css 🐞 Bug fix +0/-1

Remove hardcoded color from article lead styling

• Removed hardcoded color: var(--global-color-primary--dark) from news-feed-article__lead mixin
• Allows links in article leads to inherit appropriate color values
• Improves color contrast accessibility for visible links in article leads

taccsite_cms/static/site_cms/css/src/_imports/tools/x-news.css


Grey Divider

Qodo Logo

@qodo-code-review

qodo-code-review Bot commented Apr 1, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

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.

1 participant