mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-22 14:39:16 +08:00
feat(Field): imporve readonly cursor
This commit is contained in:
parent
959eca136c
commit
60173dd6bc
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user