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 @@