Customizer: Fix moving focus to available nav menu items search.
Fixes regression introduced in [34219]. Props tyxla. See #33360. Fixes #34125 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@34829 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
578134d4ff
commit
32b604e984
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user