mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[Improvement] Field: update clear icon color (#1678)
This commit is contained in:
@@ -50,14 +50,18 @@
|
||||
&__clear,
|
||||
&__icon {
|
||||
padding: 0 10px;
|
||||
color: $gray-dark;
|
||||
line-height: inherit;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
&__clear {
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
&__icon .van-icon {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
color: $gray-dark;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user