Reset transition property in toolbar CSS to avoid conflicts with themes. props kwight. fixes #24031.

git-svn-id: http://core.svn.wordpress.org/trunk@23951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-04-10 16:18:15 +00:00
parent 4471620636
commit fc8960a7fa

View File

@ -13,6 +13,10 @@
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
#wpadminbar ul li:before,