Opened 2 years ago
Closed 2 years ago
#34913 closed New feature (fixed)
Django Admin high contrast mode no clear session
| 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 (3)
comment:1 by , 2 years 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 |
comment:2 by , 2 years ago
| Has patch: | set |
|---|---|
| Summary: | [Accessibility] Django Admin high contrast mode no clear session → Django Admin high contrast mode no clear session |
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: