removed focus border on new comment

This commit is contained in:
Jonas Leder 2020-10-30 18:48:50 +01:00
parent 0a6c6d066a
commit 95344db51d

View file

@ -411,6 +411,10 @@ button{
border: solid #212a39;
}
#newComment form input:focus, #newComment form textarea:focus{
outline: none;
}
#newComment form textarea{
resize: vertical;
}