mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(searchbar): hide search icon when focused with cancel button (#17260)
fixes #17252
This commit is contained in:
committed by
Brandy Carney
parent
9ba9275d28
commit
c87867caef
@ -109,6 +109,10 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
:host(.searchbar-has-focus) .searchbar-cancel-button + .searchbar-search-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
// Searchbar in Toolbar
|
||||
// -----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user