MOBILE-3320 a11y: Remove opacity to select icon on dropdowns

main
Pau Ferrer Ocaña 2021-05-28 16:37:33 +02:00
parent 3fe165488f
commit c589069e57
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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;