We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f9b5c commit 316c4f3Copy full SHA for 316c4f3
src/components/searchbar/searchbar.md.scss
@@ -130,11 +130,11 @@ $searchbar-md-input-clear-icon-size: 22px !default;
130
// Searchbar Focused
131
// -----------------------------------------
132
133
-.searchbar-md .searchbar-has-focus.searchbar-show-cancel .searchbar-search-icon {
+.searchbar-md.searchbar-has-focus.searchbar-show-cancel .searchbar-search-icon {
134
display: none;
135
}
136
137
-.searchbar-md .searchbar-has-focus.searchbar-show-cancel .searchbar-md-cancel {
+.searchbar-md.searchbar-has-focus.searchbar-show-cancel .searchbar-md-cancel {
138
display: inline-flex;
139
140
0 commit comments