style: add border on focused post (#460)

This commit is contained in:
ayesha waris
2023-03-03 16:14:52 +05:00
committed by GitHub
parent be1a2ccaab
commit 07b56e6070

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 && (