mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
feat(Field): imporve readonly cursor
This commit is contained in:
@@ -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