mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
💄 unified DatePicker and TimePicker cursor style
This commit is contained in:
parent
86b86c7dd7
commit
5d450d2a23
@ -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