From 3d7809cd7593f832fc6a9e566e95f5e8043ddf36 Mon Sep 17 00:00:00 2001 From: Zong Date: Fri, 21 May 2021 14:55:14 +0800 Subject: [PATCH] fix(transfer): remove uesless button style (#1975) --- packages/theme-chalk/src/transfer.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/theme-chalk/src/transfer.scss b/packages/theme-chalk/src/transfer.scss index 7c318780f4..0bbaa32cab 100644 --- a/packages/theme-chalk/src/transfer.scss +++ b/packages/theme-chalk/src/transfer.scss @@ -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; }