Customize: Restore search icon to available widgets pane incorrectly removed in [41893].
See #42215. Fixes #42472 for trunk. Built from https://develop.svn.wordpress.org/trunk@42132 git-svn-id: http://core.svn.wordpress.org/trunk@41963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
39a3fe9180
commit
3c6ce6751f
|
@ -2706,6 +2706,7 @@ body.adding-widget .add-new-widget:before,
|
|||
}
|
||||
|
||||
#available-menu-items-search .search-icon:after,
|
||||
#available-widgets-filter .search-icon:after,
|
||||
.themes-filter-bar .search-icon:after {
|
||||
content: "\f179";
|
||||
font: normal 20px/1 dashicons;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2706,6 +2706,7 @@ body.adding-widget .add-new-widget:before,
|
|||
}
|
||||
|
||||
#available-menu-items-search .search-icon:after,
|
||||
#available-widgets-filter .search-icon:after,
|
||||
.themes-filter-bar .search-icon:after {
|
||||
content: "\f179";
|
||||
font: normal 20px/1 dashicons;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42131';
|
||||
$wp_version = '5.0-alpha-42132';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue