Opened 4 hours ago

#36229 assigned Bug

Forced colors mode icon color in default_urlconf “congratulations” view

Reported by: Eliana Rosselli Owned by: Eliana Rosselli
Component: Uncategorized Version: 5.1
Severity: Normal Keywords: accessibility colors
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On the Congrats! page, the icons aren’t very legible due to their text color. This is particularly a problem in forced colors mode, where they should be clearly identifiable as link text.

This can be fixed by changing the .options svg fill and border-color to currentColor, so the icon visuals and border always match the text color of the surrounding link element. Although the problem is particularly obvious in forced colors mode, the "regular" mode would also benefit from this change, since it improves the color contrast of the icons.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top