Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 64926a3

Browse files
committed
fix(antd-styles): add crosss icon for tags
1 parent 5267a2f commit 64926a3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

static/antd-3.8.4-mini.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,24 @@ mark {
367367
url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.svg#iconfont')
368368
format('svg');
369369
}
370+
.anticon {
371+
display: inline-block;
372+
font-style: normal;
373+
vertical-align: baseline;
374+
text-align: center;
375+
text-transform: none;
376+
line-height: 1;
377+
text-rendering: optimizeLegibility;
378+
-webkit-font-smoothing: antialiased;
379+
-moz-osx-font-smoothing: grayscale;
380+
}
381+
.anticon:before {
382+
display: block;
383+
font-family: 'anticon' !important;
384+
}
385+
.anticon-cross:before {
386+
content: '\E633';
387+
}
370388

371389
.fade-enter,
372390
.fade-appear {

0 commit comments

Comments
 (0)