Changes between Initial Version and Version 1 of Ticket #34913
- Timestamp:
- Oct 19, 2023, 3:48:07 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34913
- Property Keywords accessibility forced-colors added
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- Property Type Uncategorized → New feature
- Property Version 4.2 → dev
-
Ticket #34913 – Description
initial v1 1 When in high contrast mode, Django Admin does not have clear session boundaries. Potential fix is to add:1 When in high contrast mode, Django Admin does not have clear boundaries areas. Potential fix is to add: 2 2 3 3 … … 10 10 }}} 11 11 12 to different sessions.12 to different areas. 13 13