Skip to content

Commit

Permalink
fix(ld-input): all focused inputs should have a white background
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jun 18, 2021
1 parent 2b26c5b commit b06de8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/liquid/components/ld-input/ld-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ ld-input {
[class*='ld-theme'] .ld-theme-tea & {
box-shadow: inset 0 0 0 0.1rem var(--ld-col-rg-default);
}

&.ld-input--dark {
background-color: var(--ld-col-wht);
}
}
}
> .ld-input.ld-input--invalid {
Expand Down

0 comments on commit b06de8f

Please sign in to comment.