From 718d071deb7b32e5edf5f1561c145f2070a6f150 Mon Sep 17 00:00:00 2001 From: Antanina Druzhkina Date: Fri, 25 Oct 2024 21:27:21 +0400 Subject: [PATCH] 1874: Added opportunity to select and copy comment text --- .../components/Comments/useListItemCommentsStyles.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controls/listItemComments/components/Comments/useListItemCommentsStyles.ts b/src/controls/listItemComments/components/Comments/useListItemCommentsStyles.ts index 4469856d5..beefed387 100644 --- a/src/controls/listItemComments/components/Comments/useListItemCommentsStyles.ts +++ b/src/controls/listItemComments/components/Comments/useListItemCommentsStyles.ts @@ -52,6 +52,7 @@ export const useListItemCommentsStyles = (): returnObjectStyles => { marginBottom: 7, width: 322, backgroundColor: theme.neutralLighterAlt, + userSelect: "text", ":hover": { borderColor: theme.themePrimary, borderWidth: 1, @@ -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,