style: add border on focused post

This commit is contained in:
ayeshoali
2023-03-03 00:04:53 +05:00
parent be1a2ccaab
commit f2aa7e9e89

View File

@@ -99,7 +99,7 @@ function PostCommentsView({ intl }) {
)
)}
<div
className="discussion-comments d-flex flex-column card border-0 post-card-margin post-card-padding"
className="discussion-comments d-flex flex-column card border-0 post-card-margin post-card-padding on-focus"
>
<Post post={thread} handleAddResponseButton={() => setAddingResponse(true)} />
{!thread.closed && (