mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(searchbar-md-cancel): fix always hide button
This commit is contained in:
@@ -130,11 +130,11 @@ $searchbar-md-input-clear-icon-size: 22px !default;
|
||||
// Searchbar Focused
|
||||
// -----------------------------------------
|
||||
|
||||
.searchbar-md .searchbar-has-focus.searchbar-show-cancel .searchbar-search-icon {
|
||||
.searchbar-md.searchbar-has-focus.searchbar-show-cancel .searchbar-search-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.searchbar-md .searchbar-has-focus.searchbar-show-cancel .searchbar-md-cancel {
|
||||
.searchbar-md.searchbar-has-focus.searchbar-show-cancel .searchbar-md-cancel {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user