Customizer: Remove top margin when dragging menu items.

The markup was changed in [32889].

props tywayne.
fixes #32745.

git-svn-id: https://develop.svn.wordpress.org/trunk@32970 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-06-27 09:46:10 +00:00
parent 9a6c48790a
commit 3dd7ca4ed6
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@
border-color: #a0a5aa;
}
.control-section-nav_menu .menu ul.menu-item-transport dl {
.control-section-nav_menu .menu ul.menu-item-transport .menu-item-bar {
margin-top: 0;
}