@carbon/styles 1.89.0-rc.0 → 1.89.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
|
@@ -22870,11 +22870,14 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22870
22870
|
}
|
|
22871
22871
|
|
|
22872
22872
|
.cds--progress-bar--error .cds--progress-bar__bar,
|
|
22873
|
-
.cds--progress-bar--error .cds--progress-bar__status-icon
|
|
22874
|
-
.cds--progress-bar--error .cds--progress-bar__helper-text {
|
|
22873
|
+
.cds--progress-bar--error .cds--progress-bar__status-icon {
|
|
22875
22874
|
color: var(--cds-support-error, #da1e28);
|
|
22876
22875
|
}
|
|
22877
22876
|
|
|
22877
|
+
.cds--progress-bar--error .cds--progress-bar__helper-text {
|
|
22878
|
+
color: var(--cds-text-error, #da1e28);
|
|
22879
|
+
}
|
|
22880
|
+
|
|
22878
22881
|
.cds--progress-bar--finished .cds--progress-bar__bar,
|
|
22879
22882
|
.cds--progress-bar--error .cds--progress-bar__bar {
|
|
22880
22883
|
transform: scaleX(1);
|