fix(input): clear icon can be styled (#26354)

resolves #19178, resolves #17168

Co-authored-by: Mathieu-COSYNS <Mathieu-COSYNS@users.noreply.github.com>
This commit is contained in:
Liam DeBeasi
2022-11-23 13:00:50 -05:00
committed by GitHub
parent 5a243ccebc
commit ccaff8d0dc
18 changed files with 22 additions and 33 deletions

View File

@ -17,11 +17,7 @@
--padding-start: 0px;
}
.input-clear-icon {
@include svg-background-image($input-ios-input-clear-icon-svg);
width: $input-ios-input-clear-icon-width;
height: $input-ios-input-clear-icon-width;
background-size: $input-ios-input-clear-icon-size;
.input-clear-icon ion-icon {
width: 18px;
height: 18px;
}