We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50adc52 commit 88692bbCopy full SHA for 88692bb
1 file changed
app/components/PaginationControls.vue
@@ -208,9 +208,7 @@ function handlePageSizeChange(event: Event) {
208
:disabled="isPageButtonDisabled(page)"
209
class="min-w-[32px] h-8 px-2 font-mono text-sm rounded transition-colors duration-200 focus-visible:(ring-2 ring-fg ring-offset-1) disabled:(opacity-40 cursor-not-allowed)"
210
:class="
211
- page === currentPage
212
- ? 'bg-fg text-bg'
213
- : 'text-fg-muted hover:(text-fg bg-bg-muted)'
+ page === currentPage ? 'bg-fg text-bg' : 'text-fg-muted hover:(text-fg bg-bg-muted)'
214
"
215
:aria-current="page === currentPage ? 'page' : undefined"
216
@click="goToPage(page)"
0 commit comments