Merge pull request #15218 from ant-design/unified-date-picker-cursor-style

Unified DatePicker and TimePicker cursor style
This commit is contained in:
偏右 2019-03-06 11:20:57 +08:00 committed by GitHub
commit f1495ac521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
position: relative;
display: inline-block;
outline: none;
cursor: text;
transition: opacity 0.3s;
&-input {

View File

@ -162,6 +162,7 @@
display: inline-block;
width: 128px;
outline: none;
cursor: text;
transition: opacity 0.3s;
&-input {