Skip to content

Commit

Permalink
fix(CommentView): remove user-select: none
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Jan 12, 2023
1 parent 99ac5f8 commit 421112e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/CommentView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) =>
Expand Down

0 comments on commit 421112e

Please sign in to comment.