Customize: Style the nav menu "Add Items" button as disabled when reordering.

Fixes CSS selector to match what is being used for the "Add Widget" button in the customizer.

Props umesh.nevase.
Fixes #34102.


git-svn-id: https://develop.svn.wordpress.org/trunk@34721 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2015-09-30 22:54:59 +00:00
parent 9dd6f369cf
commit 00f500f135

View File

@ -110,7 +110,7 @@
right: 0;
}
.customize-control-nav_menu .reordering .add-new-menu-item {
#customize-theme-controls .reordering .add-new-menu-item {
opacity: 0.2;
pointer-events: none;
cursor: not-allowed;
@ -981,11 +981,11 @@ body.adding-menu-items #customize-preview {
}
li.assigned-to-menu-location .menu-delete-item {
display: none;
display: none;
}
li.assigned-to-menu-location .add-new-menu-item {
margin-bottom: 1em;
margin-bottom: 1em;
}
.menu-delete {