#35112: Confusing animation of admin date picker buttons
--------------------------------------+------------------------------------
     Reporter:  Alexander Lazarević   |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  contrib.admin         |                  Version:  dev
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  1
--------------------------------------+------------------------------------

Comment (by Alexander Lazarević):

 I guess it is just a matter of removing this two entries in the CSS:

 {{{
 .calendarbox .calendarnav-previous:focus,
 .calendarbox .calendarnav-previous:hover {
     background-position: 0 -15px;
 }

 ...

 .calendarbox .calendarnav-next:focus,
 .calendarbox .calendarnav-next:hover {
     background-position: 0 -45px;
 }}}

 The `calendar-icons.svg` could be changed as well to only contain the two
 used icons.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/35112#comment:4>
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/0107018d0c8e13ee-8801b681-f59f-4828-acad-f0a79fc5e78b-000000%40eu-central-1.amazonses.com.

Reply via email to