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. Built from https://develop.svn.wordpress.org/trunk@34721 git-svn-id: http://core.svn.wordpress.org/trunk@34685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d6a1a9655c
commit
35631aeeeb
|
@ -110,7 +110,7 @@
|
|||
left: 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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34720';
|
||||
$wp_version = '4.4-alpha-34721';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue