From 759f18b4761ef6955d3b53ccf9c668e5bd1e0246 Mon Sep 17 00:00:00 2001 From: zkwolf Date: Sat, 26 Dec 2020 13:52:24 +0800 Subject: [PATCH] chore: remove duplicate style (#3448) --- components/empty/style/index.less | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/components/empty/style/index.less b/components/empty/style/index.less index 3840b0ab8..dcf0cf882 100644 --- a/components/empty/style/index.less +++ b/components/empty/style/index.less @@ -135,31 +135,3 @@ } } } - -.@{empty-img-prefix-cls}-simple { - // not support the definition because the less variables have no meaning - & when (@theme = dark) { - &-ellipse { - fill: @white; - fill-opacity: 0.08; - } - &-g { - stroke: #434343; - } - &-path { - fill: #262626; - stroke: #434343; - } - } - & when not (@theme = dark) { - &-ellipse { - fill: #f5f5f5; - } - &-g { - stroke: #d9d9d9; - } - &-path { - fill: #fafafa; - } - } -}