| Index: chrome/browser/resources/md_history/app.vulcanized.html
|
| diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
|
| index 1a720ef0da01dd106dbcddd435958c76c1955c62..3839d6d49edd744cb0a30259c0da0e9baeaa88db 100644
|
| --- a/chrome/browser/resources/md_history/app.vulcanized.html
|
| +++ b/chrome/browser/resources/md_history/app.vulcanized.html
|
| @@ -1849,7 +1849,8 @@ paper-spinner-lite[active] {
|
| }
|
|
|
| #searchTerm {
|
| - -webkit-margin-start: 2px;
|
| + -webkit-font-smoothing: antialiased;
|
| + -webkit-margin-start: 2px;
|
| flex: 1;
|
| line-height: 185%;
|
| position: relative;
|
| @@ -1859,9 +1860,11 @@ label {
|
| bottom: 0;
|
| cursor: text;
|
| left: 0;
|
| + overflow: hidden;
|
| position: absolute;
|
| right: 0;
|
| top: 0;
|
| + white-space: nowrap;
|
| }
|
|
|
| :host([has-search-text_]) label {
|
| @@ -1873,9 +1876,10 @@ input {
|
| background: transparent;
|
| border: none;
|
| color: white;
|
| - font-family: inherit;
|
| + font: inherit;
|
| outline: none;
|
| padding: 0;
|
| + position: relative;
|
| width: 100%;
|
| }
|
|
|
|
|