Themes: Remove a Chrome workaround that causes theme screenshots to look too crisp and no longer appears to be relevant.

props mzak.
fixes #26584.
Built from https://develop.svn.wordpress.org/trunk@31316


git-svn-id: http://core.svn.wordpress.org/trunk@31297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-01-31 20:39:25 +00:00
parent 9d227201eb
commit 7d99c51b3b
5 changed files with 5 additions and 7 deletions

View File

@ -153,8 +153,7 @@
right: 0;
top: 0;
width: 100%;
-webkit-transform: translateZ( 0 ); /* Prevents rendering bugs in Chrome */
-webkit-transition: opacity 0.2s ease-in-out; /* Prevents rendering bugs in Chrome */
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}

View File

@ -153,8 +153,7 @@
left: 0;
top: 0;
width: 100%;
-webkit-transform: translateZ( 0 ); /* Prevents rendering bugs in Chrome */
-webkit-transition: opacity 0.2s ease-in-out; /* Prevents rendering bugs in Chrome */
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31315';
$wp_version = '4.2-alpha-31316';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.