Customizer: Fix moving focus to available nav menu items search.

Fixes regression introduced in [34219].

Props tyxla.
See #33360.
Fixes #34125 for trunk.

Built from https://develop.svn.wordpress.org/trunk@34829


git-svn-id: http://core.svn.wordpress.org/trunk@34794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2015-10-05 15:27:24 +00:00
parent 0e7c1d3b14
commit 31d02887b6
5 changed files with 7 additions and 7 deletions

View File

@ -609,8 +609,8 @@
border-right: none;
border-left: none;
background: #fff;
-webkit-transition: all 0.15s;
transition: all 0.15s;
-webkit-transition: background-color 0.15s;
transition: background-color 0.15s;
}
#available-menu-items .open .accordion-section-title,

File diff suppressed because one or more lines are too long

View File

@ -609,8 +609,8 @@
border-left: none;
border-right: none;
background: #fff;
-webkit-transition: all 0.15s;
transition: all 0.15s;
-webkit-transition: background-color 0.15s;
transition: background-color 0.15s;
}
#available-menu-items .open .accordion-section-title,

File diff suppressed because one or more lines are too long

View File

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