We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123d04d commit 759f18bCopy full SHA for 759f18b
components/empty/style/index.less
@@ -135,31 +135,3 @@
135
}
136
137
138
-
139
-.@{empty-img-prefix-cls}-simple {
140
- // not support the definition because the less variables have no meaning
141
- & when (@theme = dark) {
142
- &-ellipse {
143
- fill: @white;
144
- fill-opacity: 0.08;
145
- }
146
- &-g {
147
- stroke: #434343;
148
149
- &-path {
150
- fill: #262626;
151
152
153
154
- & when not (@theme = dark) {
155
156
- fill: #f5f5f5;
157
158
159
- stroke: #d9d9d9;
160
161
162
- fill: #fafafa;
163
164
165
-}
0 commit comments