diff --git a/src/components/CommentView.tsx b/src/components/CommentView.tsx index d6aba3661..31c446fb0 100644 --- a/src/components/CommentView.tsx +++ b/src/components/CommentView.tsx @@ -53,8 +53,6 @@ const StyledCommentCard = styled(Card)<{ isNew?: boolean }>` position: relative; min-height: 60px; - user-select: none; - transition: border-color 200ms ease-in-out; ${({ isNew }) =>