mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-22 22:49:15 +08:00
[bugfix] Field: text color (#2323)
This commit is contained in:
parent
8bfcb9f3a6
commit
fdffccfc7d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user