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

Props TobiasBg. Fixes #32129


git-svn-id: https://develop.svn.wordpress.org/trunk@32782 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2015-06-15 05:12:41 +00:00
parent 4f8b348c9b
commit 5b607d7ff6
1 changed files with 0 additions and 1 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);
}