fix(transfer): remove uesless button style (#1975)

This commit is contained in:
Zong 2021-05-21 14:55:14 +08:00 committed by GitHub
parent 9b9eb65d44
commit 3d7809cd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,18 +16,6 @@
}
@include e(button) {
@include when(disabled) {
border: $--border-base;
background-color: $--background-color-base;
color: $--color-text-placeholder;
&:hover {
border: $--border-base;
background-color: $--background-color-base;
color: $--color-text-placeholder;
}
}
&:first-child {
margin-bottom: 10px;
}