pull/6703/head
tugcekucukoglu 2024-11-11 09:28:22 +03:00
parent 8614dfadf2
commit 893e26c652
1 changed files with 4 additions and 10 deletions

View File

@ -91,17 +91,11 @@ const theme = ({ dt }) => `
max-width: ${dt('paginator.jump.to.page.input.max.width')};
}
.p-paginator-first:dir(rtl) {
order: 2;
}
.p-paginator-prev:dir(rtl) {
order: 1;
}
.p-paginator-next:dir(rtl) {
order: -1;
}
.p-paginator-first:dir(rtl),
.p-paginator-prev:dir(rtl),
.p-paginator-next:dir(rtl),
.p-paginator-last:dir(rtl) {
order: -2;
transform: rotate(180deg);
}
`;