From c917bb4f0572c19400e6d7dd27b6d3bb30358985 Mon Sep 17 00:00:00 2001 From: Abdelaziz Bennouna Date: Fri, 18 Jan 2019 18:16:55 +0000 Subject: [PATCH] fix(searchbar): keep search icon shown when searchbar has focus (#17154) --- core/src/components/searchbar/searchbar.md.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/searchbar/searchbar.md.scss b/core/src/components/searchbar/searchbar.md.scss index 2bf1e609a5f..0f97de34c1d 100644 --- a/core/src/components/searchbar/searchbar.md.scss +++ b/core/src/components/searchbar/searchbar.md.scss @@ -102,7 +102,7 @@ // ----------------------------------------- :host(.searchbar-has-focus) .searchbar-search-icon { - display: none; + display: block; } :host(.searchbar-has-focus) .searchbar-cancel-button {