Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html

Issue 2372503002: MD WebUI: Change <cr-toolbar> clear button to not close the search field (Closed)
Patch Set: Vulcanize Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
index 097f38c3e7afd22b5819134551f140c4cb94ae44..00f4e0c86095c25293892da8f86c655f04c9d26a 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
@@ -127,7 +127,7 @@
</paper-input-container>
<template is="dom-if" if="[[hasSearchText_]]">
<paper-icon-button icon="cr:cancel" id="clearSearch"
- title="[[clearLabel]]" on-tap="hideSearch_">
+ title="[[clearLabel]]" on-tap="clearSearch_">
</paper-icon-button>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698