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:
@@ -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 * {
|
||||
|
||||
Reference in New Issue
Block a user