mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 23:54:33 +00:00
Customize: For Header Image, ensure "Previously uploaded" and "Suggested" headings are hidden when lists are empty.
Fixes regression introduced with the addition of control notifications in [37476]. The container element for notifications is injected after the `.customize-control-title` element if the `.customize-control-notifications-container` element does not already exist in the control's template. Also adds missing margin between current image and uploaded images. Props bradyvercher. See #34893. Fixes #38561. git-svn-id: https://develop.svn.wordpress.org/trunk@39145 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -898,6 +898,7 @@ p.customize-section-description {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.customize-control-header .actions,
|
||||
.customize-control-header .uploaded {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user