@adobe/spectrum-css
Version:
The Spectrum CSS top-level backwards compatible package
16 lines (15 loc) • 575 B
CSS
.spectrum--lightest .spectrum-FieldLabel,
.spectrum--lightest .spectrum-Form-itemLabel {
color: rgb(116, 116, 116);
}
.spectrum--lightest .spectrum-FieldLabel.is-disabled,
.spectrum--lightest .spectrum-Form-itemLabel.is-disabled {
color: rgb(188, 188, 188);
}
.spectrum--lightest .spectrum-FieldLabel.is-disabled .spectrum-FieldLabel-requiredIcon,
.spectrum--lightest .spectrum-Form-itemLabel.is-disabled .spectrum-FieldLabel-requiredIcon {
color: rgb(188, 188, 188);
}
.spectrum--lightest .spectrum-FieldLabel-requiredIcon {
color: rgb(149, 149, 149);
}