[bugfix] Toast: missing type definition of clear method (#3542)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user