| 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 dbf6ce623ab8923433c8727b854ba8a597ce4142..3e2da6d17e429a7ce15ef901bf1e23c47f84d454 100644
|
| --- a/chrome/browser/resources/md_history/app.vulcanized.html
|
| +++ b/chrome/browser/resources/md_history/app.vulcanized.html
|
| @@ -2355,11 +2355,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| * opening/closing. -webkit-margin-start is not animatable, so we have to
|
| * use regular margin-left/right instead.
|
| */
|
| - :host-context([dir=ltr]):host([narrow][showing-search]) #icon {
|
| + :host-context([dir=ltr]):host([narrow][showing-search]) #icon,
|
| + :host-context([dir=ltr]):host([narrow][showing-search]) paper-spinner-lite
|
| + {
|
| margin-left: 18px;
|
| }
|
|
|
| - :host-context([dir=rtl]):host([narrow][showing-search]) #icon {
|
| + :host-context([dir=rtl]):host([narrow][showing-search]) #icon,
|
| + :host-context([dir=rtl]):host([narrow][showing-search]) paper-spinner-lite
|
| + {
|
| margin-right: 18px;
|
| }
|
| </style>
|
|
|