@geoffcox/sterling-svelte-themes
Version:
A modern theme for the sterling-svelte component library.
13 lines (11 loc) • 309 B
CSS
.sterling-input.composed input,
.sterling-input.composed:hover input:not(:disabled),
.sterling-input.composed input:focus,
.sterling-input.composed:hover input:focus {
background-color: transparent;
border-color: transparent;
outline: none;
}
.sterling-input.composed.disabled::after {
opacity: 0;
}