| 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 8bc7d9db044e96e01bab3dcfe86b4fe15f57fe66..fd403a039a9f24f95038c96a33b3ed123e56bdbd 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
|
| @@ -90,7 +90,7 @@
|
| }
|
|
|
| :host(:not([narrow]):not([showing-search])) #icon,
|
| - :host(:not([narrow]):not([showing-search])) #prompt {
|
| + :host(:not([narrow])) #prompt {
|
| opacity: 0.6;
|
| }
|
|
|
|
|