mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Merge pull request #15218 from ant-design/unified-date-picker-cursor-style
Unified DatePicker and TimePicker cursor style
This commit is contained in:
commit
f1495ac521
@ -36,6 +36,7 @@
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
outline: none;
|
||||
cursor: text;
|
||||
transition: opacity 0.3s;
|
||||
|
||||
&-input {
|
||||
|
@ -162,6 +162,7 @@
|
||||
display: inline-block;
|
||||
width: 128px;
|
||||
outline: none;
|
||||
cursor: text;
|
||||
transition: opacity 0.3s;
|
||||
|
||||
&-input {
|
||||
|
Loading…
Reference in New Issue
Block a user