From 58d5fafa19710b93f680fca80c8065dc022b644d Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 26 Nov 2016 23:39:06 +0800 Subject: [PATCH] Fix Button loading animation transition in Firefox --- components/style/core/iconfont.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/core/iconfont.less b/components/style/core/iconfont.less index e7af8b9f18..ddee425204 100644 --- a/components/style/core/iconfont.less +++ b/components/style/core/iconfont.less @@ -243,7 +243,7 @@ .@{iconfont-css-prefix}-dingding:before { content: "\e923"; } .@{iconfont-css-prefix}-dingding-o:before { content: "\e925"; } -.@{iconfont-css-prefix}-spin { +.@{iconfont-css-prefix}-spin:before { display: inline-block; animation: loadingCircle 0.8s infinite linear; }