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

Built from https://develop.svn.wordpress.org/trunk@26770


git-svn-id: http://core.svn.wordpress.org/trunk@26658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-07 04:59:13 +00:00
parent 9cab8ef207
commit 4d1b5e1c32
4 changed files with 6 additions and 2 deletions

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 * {

File diff suppressed because one or more lines are too long

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 * {

File diff suppressed because one or more lines are too long