mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Customizer: Improve specificity of small-screen styles in Widgets panel.
Props mrasharirfan, celloexpressions. Fixes #41614. git-svn-id: https://develop.svn.wordpress.org/trunk@41837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cf7cba3194
commit
4e13eb54c2
@ -2748,7 +2748,9 @@ body.adding-widget .add-new-widget:before,
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
.wp-core-ui.wp-customizer .button {
|
||||
.media-widget-control .media-widget-buttons .button.edit-media,
|
||||
.media-widget-control .media-widget-buttons .button.change-media,
|
||||
.media-widget-control .media-widget-buttons .button.select-media {
|
||||
margin-top: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user