mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +08:00
chore(Field): improve disabled cursor
This commit is contained in:
parent
1dfbc69aef
commit
37f512fbd1
@ -40,6 +40,7 @@
|
|||||||
color: @field-input-disabled-text-color;
|
color: @field-input-disabled-text-color;
|
||||||
-webkit-text-fill-color: @field-input-disabled-text-color; // fix disabled color in iOS
|
-webkit-text-fill-color: @field-input-disabled-text-color; // fix disabled color in iOS
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
cursor: not-allowed;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user