Skip to content

Commit

Permalink
chore(picker): improve hovering experience (#25826)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerm1it committed Jul 27, 2020
1 parent ce02caa commit 53be0fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions components/date-picker/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
opacity: 1;
}
}

&-placeholder {
> input {
color: @input-placeholder-color;
}
}
}

// Size
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"rc-menu": "~8.5.0",
"rc-notification": "~4.4.0",
"rc-pagination": "~2.4.1",
"rc-picker": "~1.13.0",
"rc-picker": "~1.15.0",
"rc-progress": "~3.0.0",
"rc-rate": "~2.8.2",
"rc-resize-observer": "^0.2.3",
Expand Down

0 comments on commit 53be0fb

Please sign in to comment.