MOBILE-2981 style: Fix style dropdown arrow on ion-select

main
Pau Ferrer Ocaña 2019-05-13 12:42:19 +02:00
parent 4eeb3de749
commit 42a208c8e9
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ ion-app.app-root {
color: $core-select-placeholder-color;
}
&.select-disabled, .select-icon .select-icon-inner {
&.select-disabled .select-icon .select-icon-inner {
color: $text-color;
}
@each $color-name, $color-base, $color-contrast in get-colors($colors) {