Skip to content

Commit

Permalink
fix(Select): use input-disabled-color as select-disabled-color fix #1285
Browse files Browse the repository at this point in the history
  • Loading branch information
bindoon committed Dec 25, 2019
1 parent 72f0006 commit 408e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

.#{$css-prefix}input.#{$css-prefix}disabled {
em {
color: $color-text1-1;
color: $input-disabled-color;
}
#{$select-prefix}-arrow {
cursor: not-allowed;
Expand Down

0 comments on commit 408e75c

Please sign in to comment.