From cec05576e41b2f3dab257f54c40bc8eef4c52194 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 31 Jan 2015 20:38:08 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/themes.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 9894525078..565f2fa951 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -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; }