chore(picker): improve hovering experience (#25826)

This commit is contained in:
Kermit Xuan 2020-07-27 15:56:34 +08:00 committed by GitHub
parent ce02caa2d8
commit 53be0fb0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -91,6 +91,12 @@
opacity: 1;
}
}
&-placeholder {
> input {
color: @input-placeholder-color;
}
}
}
// Size

View File

@ -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",