mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Field): input inherit line-height (#5737)
This commit is contained in:
parent
b3b46cde45
commit
d9d85a7c72
@ -33,6 +33,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: @field-input-text-color;
|
color: @field-input-text-color;
|
||||||
|
line-height: inherit;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -44,10 +45,10 @@
|
|||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
color: @field-input-disabled-text-color;
|
color: @field-input-disabled-text-color;
|
||||||
-webkit-text-fill-color: currentColor; // fix disabled color in iOS
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
-webkit-text-fill-color: currentColor; // fix disabled color in iOS
|
||||||
}
|
}
|
||||||
|
|
||||||
&:read-only {
|
&:read-only {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user