Customize: Increase the target size of the 'Edit Menu' button.

Merge of [38207] to the 4.6 branch.

Props celloexpressions.
Props afercia, helen for review.
See #36795.
Built from https://develop.svn.wordpress.org/branches/4.6@38208


git-svn-id: http://core.svn.wordpress.org/branches/4.6@38149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-08-05 22:40:30 +00:00
parent b5de2df420
commit 621f4f97e5
5 changed files with 5 additions and 3 deletions

View File

@ -20,6 +20,7 @@
.customize-control-nav_menu_location .edit-menu {
margin-right: 6px;
vertical-align: middle;
line-height: 28px;
color: #0073aa;
text-decoration: underline;
}

File diff suppressed because one or more lines are too long

View File

@ -20,6 +20,7 @@
.customize-control-nav_menu_location .edit-menu {
margin-left: 6px;
vertical-align: middle;
line-height: 28px;
color: #0073aa;
text-decoration: underline;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-RC1-38206';
$wp_version = '4.6-RC1-38208';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.