mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
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:
parent
e46580b657
commit
fb2ec8d5a4
@ -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 {
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user