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

props mzak.
fixes #26584.

git-svn-id: https://develop.svn.wordpress.org/trunk@31316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-31 20:38:08 +00:00
parent 606c88fe75
commit cec05576e4

View File

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