feat: progressively enhance select pagination
This commit is contained in:
parent
ee6ce6cbc4
commit
336c470a49
5 changed files with 95 additions and 3 deletions
|
@ -8,6 +8,10 @@
|
|||
padding-right: 0;
|
||||
}
|
||||
|
||||
.pagination a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.pagination a > svg {
|
||||
stroke: var(--accent-color);
|
||||
cursor: pointer;
|
||||
|
|
Reference in a new issue