Skip to content

Commit

Permalink
Fix textarea outline
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic16x committed Dec 4, 2024
1 parent d6f0d0c commit d3a8b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Textarea/Textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@
border: 2px solid var(--invalid-color);
}
}

&:not(.error) textarea:focus {
outline: var(--outline);
}
}

0 comments on commit d3a8b7f

Please sign in to comment.