From 1083f82c5df1ee9b9f80aebb654ab6c78079dc9f Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 12 Apr 2017 15:30:35 +0800 Subject: [PATCH] Fix icon transtion delay problem in Chrome --- components/button/style/index.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/button/style/index.less b/components/button/style/index.less index 45d47d416b..7850189464 100644 --- a/components/button/style/index.less +++ b/components/button/style/index.less @@ -82,10 +82,6 @@ display: block; } - .@{iconfont-css-prefix} { - transition: all .3s @ease-in-out; - } - &&-loading:not(&-circle):not(&-circle-outline) { padding-left: 29px; pointer-events: none;