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:
Weston Ruter 2017-11-09 01:02:47 +00:00
parent 39a3fe9180
commit 3c6ce6751f
5 changed files with 5 additions and 3 deletions

View File

@ -2706,6 +2706,7 @@ body.adding-widget .add-new-widget:before,
} }
#available-menu-items-search .search-icon:after, #available-menu-items-search .search-icon:after,
#available-widgets-filter .search-icon:after,
.themes-filter-bar .search-icon:after { .themes-filter-bar .search-icon:after {
content: "\f179"; content: "\f179";
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;

File diff suppressed because one or more lines are too long

View File

@ -2706,6 +2706,7 @@ body.adding-widget .add-new-widget:before,
} }
#available-menu-items-search .search-icon:after, #available-menu-items-search .search-icon:after,
#available-widgets-filter .search-icon:after,
.themes-filter-bar .search-icon:after { .themes-filter-bar .search-icon:after {
content: "\f179"; content: "\f179";
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.