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

Built from https://develop.svn.wordpress.org/trunk@26824


git-svn-id: http://core.svn.wordpress.org/trunk@26711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-09 06:31:10 +00:00
parent e46580b657
commit fb2ec8d5a4
4 changed files with 8 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long