Customizer: Fix moving focus to available nav menu items search.
Fixes regression introduced in [34219]. Cherry-picks [34829]. Props tyxla. See #33360. Fixes #34125 for 4.3. Built from https://develop.svn.wordpress.org/branches/4.3@34830 git-svn-id: http://core.svn.wordpress.org/branches/4.3@34795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
20596916c3
commit
0e19241593
|
@ -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
|
@ -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
Loading…
Reference in New Issue