Skip to content

Commit

Permalink
Merge pull request #1899 from Ateina/1874-ListItemComments-select-tex…
Browse files Browse the repository at this point in the history
…t-from-comment

Fix #1874: ListItemComments - can't select text from comment
  • Loading branch information
joelfmrodrigues authored Dec 10, 2024
2 parents aff9a52 + 718d071 commit 7e5439a
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 7e5439a

Please sign in to comment.