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:
parent
4f8b348c9b
commit
5b607d7ff6
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue