fix(searchbar): keep search icon shown when searchbar has focus (#17154)

This commit is contained in:
Abdelaziz Bennouna
2019-01-18 18:16:55 +00:00
committed by Manu MA
parent b01c869a92
commit c917bb4f05

View File

@ -102,7 +102,7 @@
// -----------------------------------------
:host(.searchbar-has-focus) .searchbar-search-icon {
display: none;
display: block;
}
:host(.searchbar-has-focus) .searchbar-cancel-button {