| 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 097788986b0f5acbbe65de5420c7ae48b0e133c7..851b0a77887b562501642f1472e21b0653b1bc53 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
|
| @@ -107,9 +107,8 @@
|
| width: 100%;
|
| }
|
|
|
| - :host-context([dir=ltr]):host([narrow][showing-search]) #icon,
|
| - :host-context([dir=ltr]):host([narrow][showing-search])
|
| - paper-spinner-lite {
|
| + :host([narrow][showing-search]) #icon,
|
| + :host([narrow][showing-search]) paper-spinner-lite {
|
| -webkit-margin-start: 18px;
|
| }
|
| </style>
|
|
|