Compare commits

...

1 Commits

Author SHA1 Message Date
ayeshoali
f2aa7e9e89 style: add border on focused post 2023-03-03 00:04:53 +05:00

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