mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-03 23:42:47 +00:00
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:
parent
bde076cbfb
commit
863ce98362
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user