mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(searchbar): keep search icon shown when searchbar has focus (#17154)
This commit is contained in:
committed by
Manu MA
parent
b01c869a92
commit
c917bb4f05
@ -102,7 +102,7 @@
|
|||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
|
|
||||||
:host(.searchbar-has-focus) .searchbar-search-icon {
|
:host(.searchbar-has-focus) .searchbar-search-icon {
|
||||||
display: none;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host(.searchbar-has-focus) .searchbar-cancel-button {
|
:host(.searchbar-has-focus) .searchbar-cancel-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user