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;
|
border: solid #212a39;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#newComment form input:focus, #newComment form textarea:focus{
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
#newComment form textarea{
|
#newComment form textarea{
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue