💄 unified DatePicker and TimePicker cursor style

This commit is contained in:
afc163 2019-03-06 11:01:56 +08:00
parent 86b86c7dd7
commit 5d450d2a23
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48
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 {