Skip to content

Commit

Permalink
Remove text input outline
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbade committed Mar 3, 2023
1 parent dae6ca9 commit e77c0fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ input[type=text], textarea {
border-radius: 1em;
}

input[type=text]:focus, textarea:focus {
outline: none;
}

textarea {
resize: none;
height: auto;
Expand Down

0 comments on commit e77c0fb

Please sign in to comment.