@dialpad/dialtone-css 8.50.2 → 8.50.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/build/less/components/pagination.less +5 -0
- package/lib/build/less/components/toast.less +1 -0
- package/lib/dist/dialtone-default-theme.css +5 -0
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone.css +5 -0
- package/lib/dist/dialtone.min.css +1 -1
- package/package.json +3 -3
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
.d-pagination__button {
|
|
26
26
|
padding-right: var(--dt-space-400);
|
|
27
27
|
padding-left: var(--dt-space-400);
|
|
28
|
+
|
|
29
|
+
&:disabled {
|
|
30
|
+
color: var(--dt-color-foreground-secondary-inverted);
|
|
31
|
+
background-color: var(--dt-color-neutral-transparent);
|
|
32
|
+
}
|
|
28
33
|
}
|
|
29
34
|
|
|
30
35
|
// ============================================================================
|
|
@@ -3441,6 +3441,7 @@ legend .d-label--md {
|
|
|
3441
3441
|
position: absolute;
|
|
3442
3442
|
top: var(--dt-space-600);
|
|
3443
3443
|
left: 50%;
|
|
3444
|
+
z-index: var(--zi-notification);
|
|
3444
3445
|
display: flex;
|
|
3445
3446
|
flex-direction: column;
|
|
3446
3447
|
gap: var(--dt-space-500);
|
|
@@ -3560,6 +3561,10 @@ legend .d-label--md {
|
|
|
3560
3561
|
padding-right: var(--dt-space-400);
|
|
3561
3562
|
padding-left: var(--dt-space-400);
|
|
3562
3563
|
}
|
|
3564
|
+
.d-pagination__button:disabled {
|
|
3565
|
+
color: var(--dt-color-foreground-secondary-inverted);
|
|
3566
|
+
background-color: var(--dt-color-neutral-transparent);
|
|
3567
|
+
}
|
|
3563
3568
|
.d-pagination__separator {
|
|
3564
3569
|
align-self: flex-end;
|
|
3565
3570
|
}
|