Skip to content

Commit 781c533

Browse files
committed
refactor(searchbar): combine styles
1 parent bc30669 commit 781c533

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/src/components/searchbar/searchbar.ionic.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@
135135
outline: var(--focus-ring-width) globals.$ionic-border-style-solid var(--focus-ring-color);
136136
}
137137

138-
:host(.searchbar-has-focus) .searchbar-search-icon {
139-
display: block;
140-
}
141-
138+
:host(.searchbar-has-focus) .searchbar-search-icon,
142139
:host(.searchbar-has-focus) .searchbar-cancel-button,
143140
:host(.searchbar-should-show-cancel) .searchbar-cancel-button {
144141
display: block;

0 commit comments

Comments
 (0)