Menus: Restore visibility of up/down arrows for reordering menu items with JS disabled.
props afercia. fixes #32916. Built from https://develop.svn.wordpress.org/trunk@33121 git-svn-id: http://core.svn.wordpress.org/trunk@33092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4f93c26f87
commit
1276096e3a
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta1-33120';
|
||||
$wp_version = '4.3-beta1-33121';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue