mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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 * {
|
||||
|
||||
Reference in New Issue
Block a user