Make WordPress Core

Changeset 26637


Ignore:
Timestamp:
12/04/2013 09:39:02 PM (11 years ago)
Author:
iammattthomas
Message:

Remove unneeded transition styles on adminmenu links that make the transition between expanded and collapsed menubars choppy in Safari and Chrome. Fixes #26406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors.css

    r26635 r26637  
    698698#adminmenu a {
    699699    color: #eee;
    700     -webkit-transition: all .1s ease-in-out;
    701     -moz-transition:    all .1s ease-in-out;
    702     transition:         all .1s ease-in-out;
    703700}
    704701
     
    11821179#adminmenu li.wp-menu-open {
    11831180    border-color: #dfdfdf;
    1184 }
    1185 
    1186 #adminmenu li.menu-top,
    1187 #adminmenu li.opensub > a.menu-top,
    1188 #adminmenu li > a.menu-top {
    1189     -webkit-transition: all .1s ease-in-out;
    1190     -moz-transition:    all .1s ease-in-out;
    1191     transition:         all .1s ease-in-out;
    11921181}
    11931182
Note: See TracChangeset for help on using the changeset viewer.