From 9dcde5ab946c6e8c7a8b2aa2297727e9552ba505 Mon Sep 17 00:00:00 2001 From: gxvv Date: Sat, 13 Apr 2019 22:18:26 +0800 Subject: [PATCH] :lipstick: Remove the pointer events handler of loading circle button. --- components/button/style/index.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/button/style/index.less b/components/button/style/index.less index ef37197750..0bfea59dd3 100644 --- a/components/button/style/index.less +++ b/components/button/style/index.less @@ -107,14 +107,17 @@ } } + &&-loading { + position: relative; + pointer-events: none; + } + &&-loading::before { display: block; } &&-loading:not(&-circle):not(&-circle-outline):not(&-icon-only) { - position: relative; padding-left: 29px; - pointer-events: none; .@{iconfont-css-prefix}:not(:last-child) { margin-left: -14px; }