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

git-svn-id: https://develop.svn.wordpress.org/trunk@23951 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-04-10 16:18:15 +00:00
parent d7d0217f0e
commit 84fb704172
1 changed files with 4 additions and 0 deletions

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,