This should be simple to at least incrementally improve upon:
- Make the icons bigger
- Use something else than opacity for the disabled state
--
Ticket URL: <https://code.djangoproject.com/ticket/34628>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
[https://github.com/django/django/pull/16934 PR]
Thibaud did you have a screenshot you were intending to attach?
--
Ticket URL: <https://code.djangoproject.com/ticket/34628#comment:1>
* type: Uncategorized => Cleanup/optimization
--
Ticket URL: <https://code.djangoproject.com/ticket/34628#comment:2>
* Attachment "icons-hard-to-see.png" added.
--
Ticket URL: <https://code.djangoproject.com/ticket/34628>
Old description:
> 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:
>
> This should be simple to at least incrementally improve upon:
>
> - Make the icons bigger
> - Use something else than opacity for the disabled state
New description:
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:
[[Image(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
--
Comment (by Thibaud Colas):
Thanks David, I got lost with the image management.
--
Ticket URL: <https://code.djangoproject.com/ticket/34628#comment:3>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34628#comment:4>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34628#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"1699f8b52ac15f687cc39088401c2641022c71cd" 1699f8b]:
{{{
#!CommitTicketReference repository=""
revision="1699f8b52ac15f687cc39088401c2641022c71cd"
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).
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34628#comment:6>