mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-17 07:10:27 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user