Updates: Allow the update row to include the active border styling post-ajax update.

Props TobiasBg. Fixes #32129

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


git-svn-id: http://core.svn.wordpress.org/trunk@32753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2015-06-15 05:13:25 +00:00
parent b881a541bb
commit c726f72ea4
5 changed files with 3 additions and 5 deletions

View File

@ -1277,7 +1277,6 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
.plugins .plugin-update-tr .plugin-update {
padding: 0;
border: none;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}

View File

@ -1277,7 +1277,6 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
.plugins .plugin-update-tr .plugin-update {
padding: 0;
border: none;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32781';
$wp_version = '4.3-alpha-32782';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.