Customizer: Remove an `overflow: hidden` declaration to prevent cutting off the left and right edge focus style of the "Add a Menu" input field.

props paulwilde.
fixes #32680.
Built from https://develop.svn.wordpress.org/trunk@32825


git-svn-id: http://core.svn.wordpress.org/trunk@32796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-06-17 21:43:26 +00:00
parent 5864a7ad44
commit 6e44f060ee
5 changed files with 3 additions and 5 deletions

View File

@ -832,7 +832,6 @@ body.adding-menu-items #customize-preview {
.new-menu-section-content {
display: none;
padding: 15px 0 0 0;
overflow: hidden;
clear: both;
}

File diff suppressed because one or more lines are too long

View File

@ -832,7 +832,6 @@ body.adding-menu-items #customize-preview {
.new-menu-section-content {
display: none;
padding: 15px 0 0 0;
overflow: hidden;
clear: both;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32824';
$wp_version = '4.3-alpha-32825';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.