mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[Improvement] Actionsheet: support disable option (#1293)
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__item--disabled {
|
||||
color: $gray;
|
||||
|
||||
&:active {
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
&__subname {
|
||||
font-size: 12px;
|
||||
color: $gray-darker;
|
||||
|
Reference in New Issue
Block a user