Menus: Restore visibility of up/down arrows for reordering menu items with JS disabled.

props afercia.
fixes #32916.

git-svn-id: https://develop.svn.wordpress.org/trunk@33121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-07-08 06:47:45 +00:00
parent bde076cbfb
commit 863ce98362

View File

@ -573,11 +573,11 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
/* Menu item controls */
.item-type {
display: inline-block;
padding: 12px 10px;
color: #666;
font-size: 12px;
padding: 12px 10px;
line-height: 18px;
display: block;
}
.item-controls {