File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 13
13
--tw-ring-color : #00000 ;
14
14
}
15
15
16
- .svelte-select , .svelte-select-list {
16
+ .svelte-select ,
17
+ .svelte-select-list {
17
18
@apply dark :! bg-zinc-700 border dark:! border-zinc-500;
18
19
}
19
20
@@ -25,3 +26,22 @@ body {
25
26
@apply dark :! text-black;
26
27
}
27
28
29
+ .paginator-controls button {
30
+ @apply variant-filled-primary ! text-on-primary-token;
31
+ }
32
+
33
+ .paginator-controls button:hover {
34
+ @apply ! variant-filled-primary opacity-90;
35
+ }
36
+
37
+ .paginator-controls button:disabled:hover {
38
+ @apply ! variant-filled-surface;
39
+ }
40
+
41
+ .paginator-controls button .active {
42
+ @apply variant-filled-secondary ! text-on-secondary-token;
43
+ }
44
+
45
+ .paginator-controls button:disabled {
46
+ @apply variant-filled-surface ! text-on-surface-token;
47
+ }
Original file line number Diff line number Diff line change 67
67
on:page ={(page ) => ($pageIndex = page .detail )}
68
68
settings ={paginationSettings }
69
69
select =" hidden"
70
- buttonClasses =" disabled:!variant-filled-surface !px-3 !py-1.5 !fill-current !variant-filled-primary"
71
- active =" !variant-filled-secondary"
70
+ active =" active"
71
+ controlVariant =" "
72
+ regionControl =" btn-group"
72
73
maxNumerals ={1 }
73
74
showNumerals
74
75
/>
75
76
</div >
76
- <div class =" flex justify-end items-center" >
77
+ <div class =" flex justify-end items-center text-on-primary-token " >
77
78
<span class ="text-xs text-gray-500" >{indexInformation }</span >
78
79
</div >
79
80
</div >
You can’t perform that action at this time.
0 commit comments