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; - } - } -}