[bugfix] Toast: missing type definition of clear method (#3542)

This commit is contained in:
neverland
2019-06-18 14:23:08 +08:00
committed by GitHub
parent acd0a9eb82
commit 6a6cc1cef7
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -18,13 +18,13 @@
&__item {
height: @action-sheet-item-height;
}
&__item--disabled {
color: @gray;
&--disabled {
color: @gray;
&:active {
background-color: @white;
&:active {
background-color: @white;
}
}
}