#34628 closed Cleanup/optimization (fixed)

RelatedFieldWidgetWrapper link icons are very hard to see

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

Attachments (1)

icons-hard-to-see.png (6.8 KB ) - added by Thibaud Colas 11 months ago.

Download all attachments as: .zip

Change History (7)

comment:1 by David Smith, 11 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, 11 months ago

Type: UncategorizedCleanup/optimization

by Thibaud Colas, 11 months ago

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

comment:3 by Thibaud Colas, 11 months ago

Description: modified (diff)

Thanks David, I got lost with the image management.

comment:4 by Mariusz Felisiak, 11 months ago

Patch needs improvement: set

comment:5 by Mariusz Felisiak, 11 months ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:6 by Mariusz Felisiak <felisiak.mariusz@…>, 11 months ago

Resolution: fixed
Status: assignedclosed

In 1699f8b:

Fixed #34628 -- Improved icons accessibility of related widget wrapper in admin.

This improves accessibility of icons by making them larger and grayscale
(when not selected).

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