@dialpad/dialtone-css 8.74.0 → 8.75.0

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.
@@ -2040,6 +2040,12 @@ template {
2040
2040
  animation: d-loading-circle 900ms infinite linear;
2041
2041
  content: "";
2042
2042
  }
2043
+ .d-btn--loading:has(> .d-btn__loader)::before {
2044
+ content: none;
2045
+ }
2046
+ .d-btn--loading > :where(.d-btn__loader) {
2047
+ position: absolute;
2048
+ }
2043
2049
  .d-btn--disabled {
2044
2050
  --button-color-text: var(--dt-action-color-foreground-disabled-default) !important;
2045
2051
  --button-color-background: var(--dt-action-color-background-disabled-default) !important;