@carbon/styles 1.79.0-rc.0 → 1.79.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.
package/css/styles.css
CHANGED
|
@@ -4828,7 +4828,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4828
4828
|
}
|
|
4829
4829
|
.cds--btn--tertiary:disabled, .cds--btn--tertiary:hover:disabled, .cds--btn--tertiary:focus:disabled, .cds--btn--tertiary.cds--btn--disabled, .cds--btn--tertiary.cds--btn--disabled:hover, .cds--btn--tertiary.cds--btn--disabled:focus {
|
|
4830
4830
|
background: transparent;
|
|
4831
|
-
color: var(--cds-text-
|
|
4831
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
4832
4832
|
outline: none;
|
|
4833
4833
|
}
|
|
4834
4834
|
|
|
@@ -4868,7 +4868,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4868
4868
|
.cds--btn--ghost:disabled, .cds--btn--ghost:hover:disabled, .cds--btn--ghost:focus:disabled, .cds--btn--ghost.cds--btn--disabled, .cds--btn--ghost.cds--btn--disabled:hover, .cds--btn--ghost.cds--btn--disabled:focus {
|
|
4869
4869
|
border-color: transparent;
|
|
4870
4870
|
background: transparent;
|
|
4871
|
-
color: var(--cds-text-
|
|
4871
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
4872
4872
|
outline: none;
|
|
4873
4873
|
}
|
|
4874
4874
|
.cds--btn--ghost:not([disabled]) svg {
|
|
@@ -4991,7 +4991,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4991
4991
|
}
|
|
4992
4992
|
.cds--btn--danger--tertiary:disabled, .cds--btn--danger--tertiary:hover:disabled, .cds--btn--danger--tertiary:focus:disabled, .cds--btn--danger--tertiary.cds--btn--disabled, .cds--btn--danger--tertiary.cds--btn--disabled:hover, .cds--btn--danger--tertiary.cds--btn--disabled:focus {
|
|
4993
4993
|
background: transparent;
|
|
4994
|
-
color: var(--cds-text-
|
|
4994
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
4995
4995
|
outline: none;
|
|
4996
4996
|
}
|
|
4997
4997
|
.cds--btn--danger--ghost {
|