Refresh attachment links in the media modal are unneeded since bringing the image editor into it in [27445].

Props rommelxcastro.
Fixes #32550.


git-svn-id: https://develop.svn.wordpress.org/trunk@32909 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-06-22 21:32:04 +00:00
parent 3b17ffb990
commit ff871b3603
4 changed files with 0 additions and 22 deletions
-3
View File
@@ -1621,7 +1621,6 @@
}
.attachment-info .edit-attachment,
.attachment-info .refresh-attachment,
.attachment-info .delete-attachment,
.attachment-info .trash-attachment,
.attachment-info .untrash-attachment {
@@ -1630,12 +1629,10 @@
white-space: nowrap;
}
.attachment-info .refresh-attachment,
.attachment-details.needs-refresh .attachment-info .edit-attachment {
display: none;
}
.attachment-details.needs-refresh .attachment-info .refresh-attachment,
.attachment-info .edit-attachment {
display: block;
}