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:
parent
0e7c1d3b14
commit
31d02887b6
|
@ -609,8 +609,8 @@
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
-webkit-transition: all 0.15s;
|
-webkit-transition: background-color 0.15s;
|
||||||
transition: all 0.15s;
|
transition: background-color 0.15s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#available-menu-items .open .accordion-section-title,
|
#available-menu-items .open .accordion-section-title,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -609,8 +609,8 @@
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
-webkit-transition: all 0.15s;
|
-webkit-transition: background-color 0.15s;
|
||||||
transition: all 0.15s;
|
transition: background-color 0.15s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#available-menu-items .open .accordion-section-title,
|
#available-menu-items .open .accordion-section-title,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue