Skip to content

Commit

Permalink
Refactor #344 - For Paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 11, 2024
1 parent 308ce5d commit 94ee28d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions assets/styles/primevue/paginator.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,9 @@
@apply max-w-10
}

.p-paginator-first:dir(rtl) {
@apply order-2
}
.p-paginator-prev:dir(rtl) {
@apply order-1
}
.p-paginator-next:dir(rtl) {
@apply order-[-1]
}
.p-paginator-first:dir(rtl),
.p-paginator-prev:dir(rtl),
.p-paginator-next:dir(rtl),
.p-paginator-last:dir(rtl) {
@apply order-[-2]
@apply rotate-180
}

0 comments on commit 94ee28d

Please sign in to comment.