mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Widget Customizer: Improve widget search.
* Removes jQuery.liveFilter dependency * Filters widget collection directly * Widget's name, ID and description will be searched fixes #27451. git-svn-id: https://develop.svn.wordpress.org/trunk@27650 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -387,6 +387,7 @@ body.adding-widget .add-new-widget:before {
|
||||
padding: 20px 15px 20px 60px;
|
||||
border-bottom: 1px solid #e4e4e4;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#available-widgets .widget-tpl:hover,
|
||||
|
||||
Reference in New Issue
Block a user