Customizer: Fix height calculation of placeholders when dragging menu items.
props adamsilverstein. fixes #32857. Built from https://develop.svn.wordpress.org/trunk@33028 git-svn-id: http://core.svn.wordpress.org/trunk@32999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
699dbedb03
commit
8430848b6d
|
@ -469,6 +469,10 @@
|
|||
border-color: #a0a5aa;
|
||||
}
|
||||
|
||||
.menu-item-transport li.customize-control {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.control-section-nav_menu .menu ul.menu-item-transport .menu-item-bar {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -469,6 +469,10 @@
|
|||
border-color: #a0a5aa;
|
||||
}
|
||||
|
||||
.menu-item-transport li.customize-control {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.control-section-nav_menu .menu ul.menu-item-transport .menu-item-bar {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-33027';
|
||||
$wp_version = '4.3-alpha-33028';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue