Make WordPress Core

Changeset 30710


Ignore:
Timestamp:
12/02/2014 08:24:07 PM (10 years ago)
Author:
azaozz
Message:

Editor, DFW v2: use a 2D transform to force repaint of the admin toolbar, only on #wp-toolbar. Fixes calculating the position of the right sidebar on fade-in and removes any performance and stacking implications.
Props joemcgill, see #30516.

File:
1 edited

Legend:

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

    r30708 r30710  
    12841284    -webkit-transition-timing-function: ease-in-out;
    12851285    transition-timing-function: ease-in-out;
    1286     transform: translateZ(0);
     1286}
     1287
     1288.focus-off #wp-toolbar {
     1289    -webkit-transform: translate(0, 0);
    12871290}
    12881291
Note: See TracChangeset for help on using the changeset viewer.