Skip to content

Commit 759f18b

Browse files
authored
chore: remove duplicate style (#3448)
1 parent 123d04d commit 759f18b

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

components/empty/style/index.less

-28
Original file line numberDiff line numberDiff line change
@@ -135,31 +135,3 @@
135135
}
136136
}
137137
}
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-
stroke: #434343;
152-
}
153-
}
154-
& when not (@theme = dark) {
155-
&-ellipse {
156-
fill: #f5f5f5;
157-
}
158-
&-g {
159-
stroke: #d9d9d9;
160-
}
161-
&-path {
162-
fill: #fafafa;
163-
}
164-
}
165-
}

0 commit comments

Comments
 (0)