Make WordPress Core

Changeset 30708


Ignore:
Timestamp:
12/02/2014 02:17:59 PM (11 years ago)
Author:
johnbillion
Message:

Apply a no-op CSS transformation to the admin toolbar (among other elements) in order to trigger hardware acceleration when focus/DFW deactivates. This helps prevent rendering issues seen in browsers on Retina devices.

See #30516
Props joemcgill

File:
1 edited

Legend:

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

    r30594 r30708  
    12841284    -webkit-transition-timing-function: ease-in-out;
    12851285    transition-timing-function: ease-in-out;
     1286    transform: translateZ(0);
    12861287}
    12871288
Note: See TracChangeset for help on using the changeset viewer.