[bugfix] ActionSheet: cancel button height (#1311)

This commit is contained in:
neverland 2019-02-15 20:16:48 +08:00 committed by GitHub
parent a8a3866254
commit 695749b7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,17 +4,6 @@
max-height: 90% !important;
color: @text-color;
&__cancel {
height: 60px;
&::before {
display: block;
height: 10px;
background-color: @background-color;
content: ' ';
}
}
&__item,
&__cancel {
height: 50px;
@ -28,6 +17,17 @@
}
}
&__cancel {
height: 60px;
&::before {
display: block;
height: 10px;
background-color: @background-color;
content: ' ';
}
}
&__item--disabled {
color: @gray;
}