From bdb770e68e1087a427a8fc36ef0a4c22e2dde8b8 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 8 May 2018 11:14:43 +0300 Subject: [PATCH] Fix Bug 37666, Bug 35896 --- apps/common/main/lib/template/CommentsPopover.template | 4 ++-- apps/common/main/resources/less/comments.less | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/common/main/lib/template/CommentsPopover.template b/apps/common/main/lib/template/CommentsPopover.template index 9ca9e3ed8..9aea01837 100644 --- a/apps/common/main/lib/template/CommentsPopover.template +++ b/apps/common/main/lib/template/CommentsPopover.template @@ -5,7 +5,7 @@
<%=scope.getUserName(username)%>
<%=date%>
<% if (!editTextInPopover || hint) { %> -
<%=scope.pickLink(comment)%>
+
<%=scope.pickLink(comment)%>
<% } else { %>
@@ -27,7 +27,7 @@
<%=scope.getUserName(item.get("username"))%>
<%=item.get("date")%>
<% if (!item.get("editTextInPopover")) { %> -
<%=scope.pickLink(item.get("reply"))%>
+
<%=scope.pickLink(item.get("reply"))%>
<% if (!hint) { %>
<% if (item.get("editable")) { %> diff --git a/apps/common/main/resources/less/comments.less b/apps/common/main/resources/less/comments.less index a68083394..0493f8e33 100644 --- a/apps/common/main/resources/less/comments.less +++ b/apps/common/main/resources/less/comments.less @@ -169,6 +169,10 @@ text-overflow: ellipsis; cursor: default; } + + &.user-select { + cursor: text; + } } .user-reply {