mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Media Grid: Don't show attachment details in the "sidebar" for errors.
Props ocean90. Fixes #29037. git-svn-id: https://develop.svn.wordpress.org/trunk@29527 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -476,6 +476,12 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.sidebar-for-errors .attachment-details,
|
||||
.sidebar-for-errors .compat-item,
|
||||
.sidebar-for-errors .media-progress-bar,
|
||||
.sidebar-for-errors .upload-details {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Menu
|
||||
|
||||
Reference in New Issue
Block a user