Skip to content

Commit

Permalink
fix: 移除无用的rtl文件
Browse files Browse the repository at this point in the history
  • Loading branch information
irisSong committed Sep 27, 2024
1 parent 9a61a86 commit ccd7ed7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/packages/badge/badge.harmony.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
border-radius: 14px;
z-index: 1;
}
.nut-badge-icon-rtl {
right: auto;
left: -15%;
}
.nut-badge-icon .nut-icon {
width: 12px;
height: 12px;
Expand Down
5 changes: 0 additions & 5 deletions src/packages/badge/badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
border-radius: $badge-border-radius;
z-index: $badge-z-index;

&-rtl {
right: auto;
left: -15%;
}

.nut-icon {
width: $badge-icon-size;
height: $badge-icon-size;
Expand Down

0 comments on commit ccd7ed7

Please sign in to comment.