| Index: chrome/browser/resources/md_downloads/vulcanized.html
|
| diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
|
| index 32d418242c1eecc0a9262fd8cdeaabf9d80c4219..0c15ee311a75230aef71474307546882950fa2ea 100644
|
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
|
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
|
| @@ -3000,7 +3000,7 @@ label {
|
| white-space: nowrap;
|
| }
|
|
|
| -:host([has-search-text_]) label {
|
| +:host([has-search-text]) label {
|
| visibility: hidden;
|
| }
|
|
|
| @@ -3057,10 +3057,10 @@ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
|
| </paper-icon-button>
|
| <div id="searchTerm">
|
| <label id="prompt" for="searchInput">[[label]]</label>
|
| - <input id="searchInput" type="search" on-input="onSearchInput_" on-search="onSearchTermSearch" on-keydown="onSearchTermKeydown_" on-focus="onInputFocus_" on-blur="onInputBlur_" incremental="" autofocus="">
|
| + <input id="searchInput" type="search" on-input="onSearchTermInput" on-search="onSearchTermSearch" on-keydown="onSearchTermKeydown_" on-focus="onInputFocus_" on-blur="onInputBlur_" incremental="" autofocus="">
|
|
|
| </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>
|
| </template>
|
|
|