Menu customizer: More clearly separate search results from available items.

Available items now fade from view while you're searching, and there is an explicit way to clear search results. No results gives a better message, though still brief this time around.

props valendesigns, designsimply, DH-Shredder, helen.
fixes #32710.


git-svn-id: https://develop.svn.wordpress.org/trunk@33511 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2015-07-29 23:39:54 +00:00
parent 63395e7652
commit 3fd1376418
5 changed files with 103 additions and 22 deletions

View File

@@ -520,7 +520,7 @@ class Tests_Ajax_CustomizeMenus extends WP_Ajax_UnitTestCase {
array(
'success' => false,
'data' => array(
'message' => 'No menu items found.',
'message' => 'No results found.',
),
),
),