@adobe/spectrum-css
Version:
The Spectrum CSS top-level backwards compatible package
39 lines (38 loc) • 1.65 kB
CSS
.spectrum--light .spectrum-Dropdown .spectrum-Dropdown-trigger:hover .spectrum-Dropdown-icon {
color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dropdown .spectrum-Dropdown-trigger.is-selected .is-placeholder {
color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dropdown.is-invalid .spectrum-Icon:not(.spectrum-Dropdown-icon):not(.spectrum-Menu-checkmark) {
color: rgb(201, 37, 45);
}
.spectrum--light .spectrum-Dropdown.is-invalid.is-disabled .spectrum-Icon,
.spectrum--light .spectrum-Dropdown.is-invalid.is-disabled .spectrum-Icon:not(.spectrum-Dropdown-icon):not(.spectrum-Menu-checkmark) {
color: rgb(202, 202, 202);
}
.spectrum--light .spectrum-Dropdown.is-disabled .spectrum-Dropdown-icon,
.spectrum--light .spectrum-Dropdown.is-disabled .spectrum-Dropdown-trigger:hover .spectrum-Dropdown-icon {
color: rgb(202, 202, 202);
}
.spectrum--light .spectrum-Dropdown.is-disabled .spectrum-Dropdown-label.is-placeholder {
color: rgb(179, 179, 179);
}
.spectrum--light .spectrum-Dropdown-icon {
color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Dropdown-label.is-placeholder {
color: rgb(142, 142, 142);
}
.spectrum--light .spectrum-Dropdown-label.is-placeholder:hover {
color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dropdown-label.is-placeholder:active {
color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dropdown-trigger.focus-ring .spectrum-Dropdown-label.is-placeholder {
color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dropdown-trigger.focus-ring .spectrum-Dropdown-icon {
color: rgb(44, 44, 44)
}