removed focus border on new comment
This commit is contained in:
parent
0a6c6d066a
commit
95344db51d
1 changed files with 4 additions and 0 deletions
|
@ -411,6 +411,10 @@ button{
|
|||
border: solid #212a39;
|
||||
}
|
||||
|
||||
#newComment form input:focus, #newComment form textarea:focus{
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#newComment form textarea{
|
||||
resize: vertical;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue