| 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 79020dda252b438d8ca2dc2e4955f785caa5a5d1..c274e197e1c481a08800fbd6babfb6880411a0d0 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
|
| @@ -75,7 +75,7 @@
|
| white-space: nowrap;
|
| }
|
|
|
| - :host([has-search-text_]) label {
|
| + :host([has-search-text]) label {
|
| visibility: hidden;
|
| }
|
|
|
| @@ -140,7 +140,7 @@
|
| <label id="prompt" for="searchInput">[[label]]</label>
|
| <input id="searchInput"
|
| type="search"
|
| - on-input="onSearchInput_"
|
| + on-input="onSearchTermInput"
|
| on-search="onSearchTermSearch"
|
| on-keydown="onSearchTermKeydown_"
|
| on-focus="onInputFocus_"
|
| @@ -149,7 +149,7 @@
|
| autofocus>
|
| </input>
|
| </div>
|
| - <template is="dom-if" if="[[hasSearchText_]]">
|
| + <template is="dom-if" if="[[hasSearchText]]">
|
| <paper-icon-button icon="cr:cancel" id="clearSearch"
|
| title="[[clearLabel]]" on-tap="clearSearch_">
|
| </paper-icon-button>
|
|
|