MOBILE-3320 a11y: Remove opacity to select icon on dropdowns
parent
3fe165488f
commit
c589069e57
|
@ -52,6 +52,7 @@ ion-button {
|
|||
ion-select {
|
||||
&::part(icon) {
|
||||
margin: var(--icon-margin);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&::after {
|
||||
|
@ -115,7 +116,6 @@ ion-button {
|
|||
width: 19px;
|
||||
height: 19px;
|
||||
position: relative;
|
||||
opacity: 0.33;
|
||||
|
||||
.select-icon-inner {
|
||||
left: 5px;
|
||||
|
|
|
@ -518,6 +518,10 @@ ion-select::part(text) {
|
|||
white-space: normal;
|
||||
}
|
||||
|
||||
ion-select::part(icon) {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
ion-searchbar {
|
||||
.searchbar-search-icon.ios {
|
||||
top: 4px;
|
||||
|
|
Loading…
Reference in New Issue