Comment out these touch-related styles as they break toolbar dropdowns in Chrome for Android. Fixes #25972.

git-svn-id: https://develop.svn.wordpress.org/trunk@26770 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-07 04:58:35 +00:00
parent 1973572006
commit 11236ceb8e

View File

@ -706,12 +706,14 @@
height: 46px;
min-width: 300px;
/* These rules break dropdown tappability on Chrome/Android.
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-transition: 0;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
transition: 0;
*/
}
#wpadminbar * {