django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.86k stars 939 forks source link

Fixes focus indicators #1545

Closed SaptakS closed 2 weeks ago

SaptakS commented 2 weeks ago

Refs #1381

Improves the focus indicators. Based on WCAG 2.2 standards, it is a better idea to have solid outlines instead of a dotted outline for focus indicators. Also, color change for focus indication isn't great because it doesn't often work for color blinded people.

So things done in this PR:

These address the below concerns by @thibaudcolas in #1381

Focus style almost invisible on "Get started with Django" CTA

Custom "dotted outline" focus styles: not visible enough and broken in main navigation

Attaching some screenshots of the changes: image image

SaptakS commented 2 weeks ago

Thanks @bmispelon for pointing those out. Have updated them.

bmispelon commented 2 weeks ago

Thanks for the quick update. This looks good to me now, unless anyone objects I'll merge and deploy this over the coming weekend.

bmispelon commented 2 weeks ago

And it's live, well done everybody 👏🏻