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:
parent
1973572006
commit
11236ceb8e
@ -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 * {
|
||||||
|
Loading…
Reference in New Issue
Block a user