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

Props celloexpressions.
Props afercia, helen for review.
Fixes #36795.
Built from https://develop.svn.wordpress.org/trunk@38207


git-svn-id: http://core.svn.wordpress.org/trunk@38148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-08-05 22:38:29 +00:00
parent 572a9cb488
commit 427f4b625d
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.7-alpha-38205';
$wp_version = '4.7-alpha-38207';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.