Skip to content

Commit

Permalink
fix(searchbar): hide search icon when focused with cancel button (#17260
Browse files Browse the repository at this point in the history
)

fixes #17252
  • Loading branch information
abennouna authored and brandyscarney committed Jan 30, 2019
1 parent 9ba9275 commit c87867c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/components/searchbar/searchbar.md.scss
Expand Up @@ -109,6 +109,10 @@
display: block;
}

:host(.searchbar-has-focus) .searchbar-cancel-button + .searchbar-search-icon {
display: none;
}


// Searchbar in Toolbar
// -----------------------------------------
Expand Down

0 comments on commit c87867c

Please sign in to comment.