@carbon/styles 1.95.0 → 1.96.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
|
@@ -20818,6 +20818,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
20818
20818
|
.cds--inline-loading {
|
|
20819
20819
|
display: flex;
|
|
20820
20820
|
align-items: center;
|
|
20821
|
+
color: var(--cds-text-secondary, #525252);
|
|
20821
20822
|
inline-size: 100%;
|
|
20822
20823
|
min-block-size: 2rem;
|
|
20823
20824
|
}
|
|
@@ -20827,7 +20828,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
20827
20828
|
font-weight: var(--cds-label-02-font-weight, 400);
|
|
20828
20829
|
line-height: var(--cds-label-02-line-height, 1.28572);
|
|
20829
20830
|
letter-spacing: var(--cds-label-02-letter-spacing, 0.16px);
|
|
20830
|
-
color: var(--cds-text-secondary, #525252);
|
|
20831
20831
|
}
|
|
20832
20832
|
|
|
20833
20833
|
.cds--inline-loading__animation {
|