@geoffcox/sterling-svelte-themes
Version:
A modern theme for the sterling-svelte component library.
12 lines (11 loc) • 398 B
CSS
.sterling-list-item.disabled {
background-color: var(--stsv-common__background-color--disabled);
border-color: var(--stsv-input__border-color--disabled);
color: var(--stsv-input__color--disabled);
cursor: not-allowed;
outline: none;
}
.sterling-list-item.disabled.selected {
background-color: var(--stsv-button__background-color--active);
color: var(--stsv-input__color--disabled);
}