mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Menus: Hide controls in the search tab if no items are found.
Props sayedwp, afercia, tywayne, abrightclearweb. Fixes #35576. git-svn-id: https://develop.svn.wordpress.org/trunk@38754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -27,6 +27,10 @@ ul.add-menu-item-tabs li {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.has-no-menu-item .button-controls {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nav-menus-frame {
|
||||
margin-left: 300px;
|
||||
margin-top: 23px;
|
||||
|
||||
Reference in New Issue
Block a user