From 0408c8c133fff9b4b7a4d5ee907276fae213f3c0 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 6 Feb 2017 15:12:02 +0800 Subject: [PATCH] style: update code style to fix lint --- components/style/core/iconfont.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/core/iconfont.less b/components/style/core/iconfont.less index 3ea4050c14..3fbea8d7bb 100644 --- a/components/style/core/iconfont.less +++ b/components/style/core/iconfont.less @@ -242,9 +242,9 @@ .@{iconfont-css-prefix}-loading-3-quarters:before { content: "\e6ae"; } .@{iconfont-css-prefix}-bulb:before { content: "\e649"; } .@{iconfont-css-prefix}-select:before { content: "\e64a"; } -.@{iconfont-css-prefix}-addfile:before, // compatible alias +.@{iconfont-css-prefix}-addfile:before, .@{iconfont-css-prefix}-file-add:before { content: "\e910"; } -.@{iconfont-css-prefix}-addfolder:before, // compatible alias +.@{iconfont-css-prefix}-addfolder:before, .@{iconfont-css-prefix}-folder-add:before { content: "\e914"; } .@{iconfont-css-prefix}-switcher:before { content: "\e913"; } .@{iconfont-css-prefix}-rocket:before { content: "\e90f"; }