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