Remove unneeded transition styles on adminmenu links that make the transition between expanded and collapsed menubars choppy in Safari and Chrome. Fixes #26406.

git-svn-id: https://develop.svn.wordpress.org/trunk@26637 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-04 21:39:02 +00:00
parent 5777eeb642
commit fcce7b1a20
1 changed files with 0 additions and 11 deletions

View File

@ -697,9 +697,6 @@ a,
#adminmenu a {
color: #eee;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
#adminmenu .awaiting-mod,
@ -1183,14 +1180,6 @@ table.widefat .spam a:hover {
border-color: #dfdfdf;
}
#adminmenu li.menu-top,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top {
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
#adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top:focus {