Skip to content

Commit

Permalink
1874: Added opportunity to select and copy comment text
Browse files Browse the repository at this point in the history
  • Loading branch information
Ateina committed Oct 25, 2024
1 parent 4eecc00 commit 718d071
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const useListItemCommentsStyles = (): returnObjectStyles => {
marginBottom: 7,
width: 322,
backgroundColor: theme.neutralLighterAlt,
userSelect: "text",
":hover": {
borderColor: theme.themePrimary,
borderWidth: 1,
Expand All @@ -64,6 +65,7 @@ export const useListItemCommentsStyles = (): returnObjectStyles => {
marginBottom: 7,
width: 322,
backgroundColor: theme.themeLighter,
userSelect: "text",
border: "solid 3px "+theme.themePrimary,
":hover": {
borderColor: theme.themePrimary,
Expand Down

0 comments on commit 718d071

Please sign in to comment.