Skip to content

Commit ccd7ed7

Browse files
committed
fix: 移除无用的rtl文件
1 parent 9a61a86 commit ccd7ed7

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/packages/badge/badge.harmony.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
border-radius: 14px;
1919
z-index: 1;
2020
}
21-
.nut-badge-icon-rtl {
22-
right: auto;
23-
left: -15%;
24-
}
2521
.nut-badge-icon .nut-icon {
2622
width: 12px;
2723
height: 12px;

src/packages/badge/badge.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
border-radius: $badge-border-radius;
1818
z-index: $badge-z-index;
1919

20-
&-rtl {
21-
right: auto;
22-
left: -15%;
23-
}
24-
2520
.nut-icon {
2621
width: $badge-icon-size;
2722
height: $badge-icon-size;

0 commit comments

Comments
 (0)