@carbon/styles 1.88.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
|
@@ -6078,8 +6078,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
6078
6078
|
.cds--slug .cds--slug-actions {
|
|
6079
6079
|
position: absolute;
|
|
6080
6080
|
justify-content: flex-end;
|
|
6081
|
-
|
|
6082
|
-
backdrop-filter: blur(85px);
|
|
6081
|
+
backdrop-filter: blur(85px);
|
|
6083
6082
|
background: rgba(0, 0, 0, 0.01);
|
|
6084
6083
|
border-end-end-radius: 0.5rem;
|
|
6085
6084
|
border-end-start-radius: 0.5rem;
|
|
@@ -11525,6 +11524,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
11525
11524
|
background-color: transparent;
|
|
11526
11525
|
}
|
|
11527
11526
|
.cds--content-switcher-btn.cds--content-switcher--selected:disabled {
|
|
11527
|
+
border-radius: 0.25rem;
|
|
11528
11528
|
background-color: var(--cds-button-disabled, #c6c6c6);
|
|
11529
11529
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
11530
11530
|
}
|
|
@@ -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);
|