Specify transition: none on plugin information dialog tabs to keep them from jump jumping around. Fixes #26498.

git-svn-id: https://develop.svn.wordpress.org/trunk@26824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-09 06:30:33 +00:00
parent 0d3b2f9925
commit 8e17a73114

View File

@ -8727,6 +8727,9 @@ table.form-table td .updated {
border-top-style: solid; border-top-style: solid;
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
-webkit-transition: none;
-moz-transition: none;
transition: none;
} }
#sidemenu li { #sidemenu li {