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