Skip to content

Commit

Permalink
fix(Input): disabled color in safari fix alibaba-fusion#2766
Browse files Browse the repository at this point in the history
  • Loading branch information
bindoon authored and youluna committed Mar 18, 2021
1 parent 6648735 commit 1f2c88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
@include input-disabled();

input, textarea {
-webkit-text-fill-color: $input-disabled-color;
color: $input-disabled-color;
@include input-placeholder($input-disabled-color);
}
Expand Down

0 comments on commit 1f2c88c

Please sign in to comment.