mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Customizer: Force top margin to be zero for a new created nav menu to avoid extra spacing.
props valendesigns. fixes #32662. git-svn-id: https://develop.svn.wordpress.org/trunk@33157 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -449,6 +449,11 @@
|
||||
.reordering .menu-item-depth-10 > .menu-item-bar { margin-right: 150px; }
|
||||
.reordering .menu-item-depth-11 > .menu-item-bar { margin-right: 165px; }
|
||||
|
||||
/* Forces top margin to be zero for new menu */
|
||||
.control-section-nav_menu.open .menu {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.control-section-nav_menu .menu .menu-item-edit-active {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user