mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 02:41:46 +08:00
[bugfix] Field: disabled color in safari (#669)
This commit is contained in:
parent
8d867ddf6d
commit
9027c3e8b4
@ -77,7 +77,9 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
||||||
&[disabled] {
|
&:disabled {
|
||||||
|
opacity: 1;
|
||||||
|
color: $gray-darker;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user