fix(select): chevron icon is now an ionicon (#26484)

BREAKING CHANGE:

The `icon` CSS Shadow Part for `ion-select` now targets an `ion-icon` component.
This commit is contained in:
Liam DeBeasi
2022-12-14 14:26:16 -05:00
committed by GitHub
parent 8fff65cb66
commit 0823c09d9c
120 changed files with 8 additions and 27 deletions

View File

@@ -65,7 +65,11 @@ button {
}
.select-icon {
@include margin(0, 0, 0, 4px);
position: relative;
width: 13px;
}
.select-text {
@@ -81,21 +85,3 @@ button {
overflow: hidden;
}
.select-icon-inner {
@include position(50%, null, null, 5px);
@include margin(-2px, null, null, null);
position: absolute;
width: 0;
height: 0;
border-top: 5px solid;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
color: currentColor;
pointer-events: none;
}