pull/547/head
Cory LaViska 2021-09-24 22:38:08 -04:00
rodzic fbbeec6d2f
commit fa74fc54e3
3 zmienionych plików z 3 dodań i 3 usunięć
src/components

Wyświetl plik

@ -71,7 +71,7 @@ export default css`
}
.input--filled.input--focused:not(.input--disabled) {
background-color: rgb(var(--sl-color-neutral-0));
background-color: rgb(var(--sl-color-surface-base));
border-color: rgb(var(--sl-color-primary-500));
box-shadow: var(--sl-focus-ring);
}

Wyświetl plik

@ -67,7 +67,7 @@ export default css`
}
.select--filled.select--focused:not(.select--disabled) .select__control {
background-color: rgb(var(--sl-color-neutral-0));
background-color: rgb(var(--sl-color-surface-base));
border-color: rgb(var(--sl-color-primary-500));
box-shadow: var(--sl-focus-ring);
outline: none;

Wyświetl plik

@ -76,7 +76,7 @@ export default css`
}
.textarea--filled.textarea--focused:not(.textarea--disabled) {
background-color: rgb(var(--sl-color-neutral-0));
background-color: rgb(var(--sl-color-surface-base));
border-color: rgb(var(--sl-color-primary-500));
box-shadow: var(--sl-focus-ring);
}