File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
core/src/components/searchbar Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4040.searchbar-input {
4141 @include globals .padding (globals .$ion-space-300 , null);
4242
43- contain : strict ;
4443 text-overflow : ellipsis ;
44+
45+ contain : strict ;
4546}
4647
4748// Searchbar Clear Input Icon
200201 */
201202 @include globals .padding-horizontal (
202203 calc (globals .$ion-space-300 + var (--leading-icon-padding )),
203- calc (globals .$ion-space-300 + var (--clear-button-padding )),
204+ calc (globals .$ion-space-300 + var (--clear-button-padding ))
204205 );
205206
206207 height : globals .$ion-scale-1000 ;
Original file line number Diff line number Diff line change @@ -847,7 +847,12 @@ export class Searchbar implements ComponentInterface {
847847 } }
848848 onClick = { ( ) => this . onClearInput ( true ) }
849849 >
850- < ion-icon aria-hidden = "true" icon = { searchbarClearIcon } lazy = { false } class = "searchbar-clear-icon" > </ ion-icon >
850+ < ion-icon
851+ aria-hidden = "true"
852+ icon = { searchbarClearIcon }
853+ lazy = { false }
854+ class = "searchbar-clear-icon"
855+ > </ ion-icon >
851856 </ button >
852857 ) : null }
853858 </ div >
You can’t perform that action at this time.
0 commit comments