From db378a829cc16e03763e2cf1f261dc036bf926bb Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Wed, 7 Oct 2020 21:02:49 +0800 Subject: [PATCH] chore(button): remove hollowoutable --- src/button/src/Button.vue | 57 +++++++++++---------------------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/src/button/src/Button.vue b/src/button/src/Button.vue index 6d0022649..4a07248e6 100644 --- a/src/button/src/Button.vue +++ b/src/button/src/Button.vue @@ -17,7 +17,7 @@ [`n-button--${mergedSize}-size`]: true, [`n-${syntheticTheme}-theme`]: syntheticTheme, }" - :tabindex="syntheticFocusable ? 0 : -1" + :tabindex="mergedFocusable ? 0 : -1" :type="attrType" @click="handleClick" @blur="handleBlur" @@ -28,10 +28,6 @@
@@ -46,20 +42,11 @@ key="loading" class="n-icon-slot" :theme="syntheticTheme" - :style="{ - transition: hollowOutColorTransitionDisabled ? 'none' : null - }" - :stroke="hollowText ? ascendantBackgroundColor : null" :stroke-width="24" /> @@ -85,10 +68,11 @@