Toolbar: remove some unnecessary CSS lines.
They were commented out in `admin-bar.css` since 3 years, see [26770]. Props kafleg, ketuchetan. Fixes #39137. Built from https://develop.svn.wordpress.org/trunk@39533 git-svn-id: http://core.svn.wordpress.org/trunk@39473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f882fc1295
commit
710b4431dd
|
@ -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 * {
|
||||
|
|
|
@ -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 * {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-alpha-39532';
|
||||
$wp_version = '4.8-alpha-39533';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue