#34913: [Accessibility] Django Admin high contrast mode no clear session
-----------------------------------------+------------------------
               Reporter:  Cheuk Ting Ho  |          Owner:  nobody
                   Type:  Uncategorized  |         Status:  new
              Component:  contrib.admin  |        Version:  4.2
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  1              |
-----------------------------------------+------------------------
 When in high contrast mode, Django Admin does not have clear session
 boundaries. Potential fix is to add:


 {{{
 @media (forced-colors: active) {
   #changelist-filter {
       border: 1px solid;
   }
 }
 }}}

 to different sessions.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34913>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018b498da754-9e728492-dbe7-40c1-98b1-70f0ef52044d-000000%40eu-central-1.amazonses.com.

Reply via email to