mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[bugfix] Field: text color (#2323)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
&__label {
|
||||
color: @gray-dark;
|
||||
font-size: 12px;
|
||||
margin-top: 3px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
|
@@ -17,12 +17,17 @@
|
||||
width: 100%;
|
||||
resize: none;
|
||||
display: block;
|
||||
color: @text-color;
|
||||
box-sizing: border-box;
|
||||
background-color: transparent;
|
||||
|
||||
&::placeholder {
|
||||
color: @gray-dark;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 1;
|
||||
color: @gray-darker;
|
||||
color: @gray-dark;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user