mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #6759
This commit is contained in:
parent
8614dfadf2
commit
893e26c652
1 changed files with 4 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue