Skip to content

Commit d033a42

Browse files
committed
style: 更新分页组件 rtl 样式
1 parent a592f82 commit d033a42

File tree

1 file changed

+8
-0
lines changed
  • src/BootstrapBlazor/wwwroot/css

1 file changed

+8
-0
lines changed

src/BootstrapBlazor/wwwroot/css/rtl.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@
1111
right: unset;
1212
left: 0;
1313
}
14+
15+
[dir="rtl"] .pagination .page-item:first-child .page-link > i {
16+
transform: rotate(180deg);
17+
}
18+
19+
[dir="rtl"] .pagination .page-item:last-child .page-link > i {
20+
transform: rotate(180deg);
21+
}

0 commit comments

Comments
 (0)