Toolbar: remove some unnecessary CSS lines.

They were commented out in `admin-bar.css` since 3 years, see [26770].

Props kafleg, ketuchetan.

Fixes #39137.


git-svn-id: https://develop.svn.wordpress.org/trunk@39533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2016-12-07 17:44:45 +00:00
parent a7c429cb53
commit d986f9dcdc
1 changed files with 0 additions and 9 deletions

View File

@ -797,15 +797,6 @@ html:lang(he-il) .rtl #wpadminbar * {
html #wpadminbar {
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 * {