@dialpad/dialtone-css 8.50.3 → 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
  // ============================================================================
@@ -3561,6 +3561,10 @@ legend .d-label--md {
3561
3561
  padding-right: var(--dt-space-400);
3562
3562
  padding-left: var(--dt-space-400);
3563
3563
  }
3564
+ .d-pagination__button:disabled {
3565
+ color: var(--dt-color-foreground-secondary-inverted);
3566
+ background-color: var(--dt-color-neutral-transparent);
3567
+ }
3564
3568
  .d-pagination__separator {
3565
3569
  align-self: flex-end;
3566
3570
  }