Make WordPress Core

Changeset 36579


Ignore:
Timestamp:
02/18/2016 09:10:17 PM (9 years ago)
Author:
ocean90
Message:

Themes: Fix flickering of the theme screenshot on hover in WebKit browsers.

Props JoeFusco.
Fixes #35787.

File:
1 edited

Legend:

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

    r36537 r36579  
    133133    overflow: hidden;
    134134    position: relative;
     135    -webkit-backface-visibility: hidden; /* Prevents flicker of the screenshot on hover. */
    135136    -webkit-transition: opacity 0.2s ease-in-out;
    136137    transition: opacity 0.2s ease-in-out;
Note: See TracChangeset for help on using the changeset viewer.