Skip to content

Commit ccce4b3

Browse files
authored
Merge pull request #1475 from bindoon/fix/select
fix(Select): use input-disabled-color as select-disabled-color fix #1285
2 parents 72f0006 + 408e75c commit ccce4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
.#{$css-prefix}input.#{$css-prefix}disabled {
5454
em {
55-
color: $color-text1-1;
55+
color: $input-disabled-color;
5656
}
5757
#{$select-prefix}-arrow {
5858
cursor: not-allowed;

0 commit comments

Comments
 (0)