File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,3 @@ body {
25
25
.list-item .item.hover:not (.active ):not (.list-group-title ) {
26
26
@apply dark :! text-black;
27
27
}
28
-
29
- .paginator-controls button:disabled:hover {
30
- @apply ! variant-filled ! bg-neutral-400 ! text-on-surface-token ! opacity-30 ! fill-gray-600;
31
- }
32
-
33
- .paginator-controls button:disabled {
34
- @apply ! variant-filled ! bg-neutral-400 ! text-on-surface-token ! opacity-30 ! fill-gray-600;
35
- }
36
-
37
- .paginator-controls button .active {
38
- @apply variant-filled-secondary ! text-on-secondary-token;
39
- }
40
-
41
- .paginator-controls button {
42
- @apply variant-filled-primary ! text-on-primary-token;
43
- }
44
-
45
- .paginator-controls button:hover {
46
- @apply ! variant-filled-primary opacity-90;
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
- active =" active "
71
- controlVariant =" "
72
- buttonClasses =" !rounded-none !px-3 !py-1.5 fill-current"
70
+ active =" !variant-filled-secondary !text-on-secondary-token "
71
+ controlVariant =" !text-on-primary-token "
72
+ buttonClasses =" !rounded-none !px-3 !py-1.5 fill-current bg-primary-500 hover:!bg-primary-600 !text-on-primary-token disabled:grayscale disabled:!opacity-30 "
73
73
regionControl =" btn-group"
74
74
maxNumerals ={1 }
75
75
showNumerals
You can’t perform that action at this time.
0 commit comments