mirror of
https://github.com/youzan/vant.git
synced 2026-01-21 01:15:55 +08:00
feat(Field): imporve readonly cursor
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:read-only {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&--center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -89,6 +89,10 @@
|
||||
-webkit-text-fill-color: @stepper-input-disabled-text-color; // fix disabled color in iOS
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:read-only {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
|
||||
Reference in New Issue
Block a user