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:
parent
9cab8ef207
commit
4d1b5e1c32
|
@ -706,12 +706,14 @@
|
||||||
height: 46px;
|
height: 46px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
|
||||||
|
/* These rules break dropdown tappability on Chrome/Android.
|
||||||
-webkit-transform: translate3d(0, 0, 0);
|
-webkit-transform: translate3d(0, 0, 0);
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
-webkit-transition: 0;
|
-webkit-transition: 0;
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
transition: 0;
|
transition: 0;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar * {
|
#wpadminbar * {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -706,12 +706,14 @@
|
||||||
height: 46px;
|
height: 46px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
|
||||||
|
/* These rules break dropdown tappability on Chrome/Android.
|
||||||
-webkit-transform: translate3d(0, 0, 0);
|
-webkit-transform: translate3d(0, 0, 0);
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
-webkit-transition: 0;
|
-webkit-transition: 0;
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
transition: 0;
|
transition: 0;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar * {
|
#wpadminbar * {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue