feat(Field): imporve readonly cursor
This commit is contained in:
@@ -43,6 +43,10 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:read-only {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
&--center {
|
&--center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -89,6 +89,10 @@
|
|||||||
-webkit-text-fill-color: @stepper-input-disabled-text-color; // fix disabled color in iOS
|
-webkit-text-fill-color: @stepper-input-disabled-text-color; // fix disabled color in iOS
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:read-only {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="number"]::-webkit-inner-spin-button,
|
input[type="number"]::-webkit-inner-spin-button,
|
||||||
|
|||||||
Reference in New Issue
Block a user