Skip to content

Commit

Permalink
fix(textfield): update focus state when [multiline][quiet] (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Vashisht authored Jul 18, 2023
1 parent cce9d4c commit a7f563a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/textfield/src/textfield.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ textarea {
forced-color-adjust: var(--swc-test-forced-color-adjust);
}

:host([grows]) .input {
:host([grows]:not([quiet])) .input {
position: absolute;
top: 0;
left: 0;
Expand All @@ -53,7 +53,7 @@ textarea {
overflow: hidden;
}

:host([grows]) #textfield:after {
:host([grows]:not([quiet])) #textfield:after {
grid-area: unset;
min-block-size: calc(
var(
Expand Down

0 comments on commit a7f563a

Please sign in to comment.