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