Opened 13 months ago
Last modified 13 months ago
#34913 closed New feature
[Accessibility] Django Admin high contrast mode no clear session — at Version 1
Reported by: | Cheuk Ting Ho | Owned by: | Cheuk Ting Ho |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | accessibility, forced-colors |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
When in high contrast mode, Django Admin does not have clear boundaries areas. Potential fix is to add:
@media (forced-colors: active) { #changelist-filter { border: 1px solid; } }
to different areas.
Change History (1)
comment:1 by , 13 months ago
Description: | modified (diff) |
---|---|
Keywords: | accessibility forced-colors added |
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → New feature |
Version: | 4.2 → dev |
Note:
See TracTickets
for help on using tickets.
Thank you @Cheuk Ting Ho! Yes in particular adding borders to help users of Windows high contrast mode distinguish between the different areas of the page for the following elements: