Skip to content

Commit

Permalink
fix(searchbar-md-cancel): fix always hide button
Browse files Browse the repository at this point in the history
  • Loading branch information
AbraaoAlves committed Oct 21, 2016
1 parent 90f9b5c commit 316c4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/searchbar/searchbar.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 316c4f3

Please sign in to comment.