#32018: Themeing support for django.contrib.admin using CSS variables
-------------------------------------+-------------------------------------
     Reporter:  Matthias Kestenholz  |                    Owner:  Matthias
                                     |  Kestenholz
         Type:  New feature          |                   Status:  closed
    Component:  contrib.admin        |                  Version:  3.1
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  1
-------------------------------------+-------------------------------------
Changes (by GitHub <noreply@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"0a802233ec1421e5e59a486be69daef9b112fd0d" 0a80223]:
 {{{
 #!CommitTicketReference repository=""
 revision="0a802233ec1421e5e59a486be69daef9b112fd0d"
 Fixed #32018 -- Extracted admin colors into CSS variables.

 Defined all colors used in the admin CSS as variables. Implemented the
 following standardizations and accessibility improvements while at it:

 - Improved the contrast of text to not use ratios of less than 3:1
 anymore.
 - Most hover states already used desaturated and darkened colors.
   Changed object tools to follow the same rule instead of showing the
   primary color on hover.

 Various places used similar colors; those have been merged with the goal
 of reducing the count of CSS variables. Contrasts have been improved in
 a few places.

 - Many borders used slightly different colors (e.g. #eaeaea vs. #eee)
 - Help texts used #999, this has been changed to --body-quiet-color
   (#666) which has a better contrast.

 Introduced fast color transitions on links and buttons.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32018#comment:10>
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/067.9a67eac6150e9ecc90057345693dd284%40djangoproject.com.

Reply via email to