This commit is contained in:
Cory LaViska
2021-09-24 22:38:08 -04:00
parent fbbeec6d2f
commit fa74fc54e3
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}

View File

@@ -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;

View File

@@ -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);
}