Merge pull request #1903 from crazyserver/MOBILE-2981

MOBILE-2981 style: Fix style dropdown arrow on ion-select
main
Juan Leyva 2019-05-14 09:58:55 +02:00 committed by GitHub
commit 6952bebdb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {