Opened 16 months ago

Last modified 16 months ago

#34628 closed Cleanup/optimization

RelatedFieldWidgetWrapper link icons are very hard to see — at Version 3

Reported by: Thibaud Colas Owned by: Nina Menezes
Component: contrib.admin Version: 4.2
Severity: Normal Keywords: accessibility, color contrast
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by Thibaud Colas)

Spotted as part of #34622 – the icons used for RelatedFieldWidgetWrapper links are very small, too low-contrast, and rely on opacity to convey their state. Screenshot:

https://code.djangoproject.com/raw-attachment/ticket/34628/icons-hard-to-see.png

This should be simple to at least incrementally improve upon:

  • Make the icons bigger
  • Use something else than opacity for the disabled state

Change History (4)

comment:1 by David Smith, 16 months ago

Has patch: set
Triage Stage: UnreviewedAccepted

PR

Thibaud did you have a screenshot you were intending to attach?

comment:2 by Mariusz Felisiak, 16 months ago

Type: UncategorizedCleanup/optimization

by Thibaud Colas, 16 months ago

Attachment: icons-hard-to-see.png added

comment:3 by Thibaud Colas, 16 months ago

Description: modified (diff)

Thanks David, I got lost with the image management.

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