[Improvement] Actionsheet: support disable option (#1293)

This commit is contained in:
neverland
2018-06-16 10:14:06 +08:00
committed by GitHub
parent d0674a1d8e
commit 90609bf30e
7 changed files with 41 additions and 14 deletions

View File

@@ -28,6 +28,14 @@
}
}
&__item--disabled {
color: $gray;
&:active {
background-color: $white;
}
}
&__subname {
font-size: 12px;
color: $gray-darker;