@dialpad/dialtone-css 8.64.3 → 8.64.4
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.
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
.d-btn--inverted.d-btn--primary:hover:not([disabled]) {
|
|
199
|
-
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 10%,
|
|
199
|
+
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 10%, var(--dt-color-surface-primary) 100%);
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
.d-btn--inverted.d-btn--primary:active:not([disabled]) {
|
|
203
|
-
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 30%,
|
|
203
|
+
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 30%, var(--dt-color-surface-primary) 100%);
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.d-fc-success {
|
|
@@ -9480,10 +9480,10 @@ ul {
|
|
|
9480
9480
|
--button-color-text: var(--dt-shell-mention-color-surface-primary);
|
|
9481
9481
|
}
|
|
9482
9482
|
.d-recipe-leftbar-row .d-btn--inverted.d-btn--primary:hover:not([disabled]) {
|
|
9483
|
-
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 10%,
|
|
9483
|
+
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 10%, var(--dt-color-surface-primary) 100%);
|
|
9484
9484
|
}
|
|
9485
9485
|
.d-recipe-leftbar-row .d-btn--inverted.d-btn--primary:active:not([disabled]) {
|
|
9486
|
-
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 30%,
|
|
9486
|
+
--button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 30%, var(--dt-color-surface-primary) 100%);
|
|
9487
9487
|
}
|
|
9488
9488
|
.d-recipe-leftbar-row .d-fc-success {
|
|
9489
9489
|
color: var(--dt-shell-color-foreground-positive) !important;
|