@dialpad/dialtone 7.15.0 → 7.15.1

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.
@@ -103,12 +103,14 @@
103
103
  content: '';
104
104
  }
105
105
 
106
- &:hover {
107
- --button--bgc: hsla(var(--black-800-hsl) ~' / ' 15%);
106
+ &:hover:not([disabled]) {
107
+ --button-color-background: hsla(var(--black-800-hsl) ~' / ' 15%);
108
108
  }
109
109
 
110
- &:active {
111
- --button--bgc: hsla(var(--black-800-hsl) ~' / ' 25%);
110
+ &:active:not([disabled]),
111
+ &.d-btn--active:not([disabled]),
112
+ &.d-btn--active:active:not([disabled]) {
113
+ --button-color-background: hsla(var(--black-800-hsl) ~' / ' 25%);
112
114
  }
113
115
 
114
116
  .d-btn__icon .d-svg {
@@ -1390,11 +1390,13 @@ body {
1390
1390
  height: 2.8rem;
1391
1391
  content: '';
1392
1392
  }
1393
- .d-chip__close:hover {
1394
- --button--bgc: hsla(var(--black-800-hsl) / 15%);
1393
+ .d-chip__close:hover:not([disabled]) {
1394
+ --button-color-background: hsla(var(--black-800-hsl) / 15%);
1395
1395
  }
1396
- .d-chip__close:active {
1397
- --button--bgc: hsla(var(--black-800-hsl) / 25%);
1396
+ .d-chip__close:active:not([disabled]),
1397
+ .d-chip__close.d-btn--active:not([disabled]),
1398
+ .d-chip__close.d-btn--active:active:not([disabled]) {
1399
+ --button-color-background: hsla(var(--black-800-hsl) / 25%);
1398
1400
  }
1399
1401
  .d-chip__close .d-btn__icon .d-svg {
1400
1402
  width: 1.8rem;