Hide focus outline for textarea
This commit is contained in:
parent
280a654f59
commit
7cff8286c8
1 changed files with 4 additions and 0 deletions
|
|
@ -153,6 +153,10 @@ textarea {
|
|||
padding: 0 0.5rem;
|
||||
}
|
||||
|
||||
textarea:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#keys {
|
||||
padding: 0;
|
||||
justify-content: end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue