feat: progressively enhance select pagination

This commit is contained in:
Cory Dransfeldt 2024-04-04 14:12:12 -07:00
parent ee6ce6cbc4
commit 336c470a49
No known key found for this signature in database
5 changed files with 95 additions and 3 deletions

View file

@ -8,6 +8,10 @@
padding-right: 0;
}
.pagination a {
display: flex;
}
.pagination a > svg {
stroke: var(--accent-color);
cursor: pointer;