@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.
@@ -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
  // ============================================================================
@@ -13,6 +13,7 @@
13
13
  position: absolute;
14
14
  top: var(--dt-space-600); // 32
15
15
  left: 50%;
16
+ z-index: var(--zi-notification);
16
17
  display: flex;
17
18
  flex-direction: column;
18
19
  gap: var(--dt-space-500);
@@ -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
  }