mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 13:50:24 +00:00
Menus: Provide menu settings when creating a new menu.
This simplifies the steps in the process of adding new menus. Props: garrett-eclipse, audrasjb, ianjvr. git-svn-id: https://develop.svn.wordpress.org/trunk@48051 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -65,13 +65,6 @@ ul.add-menu-item-tabs li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.blank-slate .menu-settings {
|
||||
border: none;
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.is-submenu {
|
||||
color: #555d66; /* #fafafa background */
|
||||
font-style: italic;
|
||||
@@ -749,10 +742,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
float: right;
|
||||
}
|
||||
|
||||
.nav-menus-php .blank-slate .menu-settings {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Same as the Publish Meta Box #delete-action */
|
||||
.nav-menus-php .delete-action {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user