diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index ccfad1d39f17ba461040ab57265d8932d66fc3c3..646f5f1100cc1687de0fb1030f11bba427e34cf5 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -140,6 +140,17 @@
 .atwho-view-ul * .avatar-name-wrapper,
 #commentsTabView .comment .authorRow {
 	position: relative;
+}
+
+#commentsTabView .comment:not(.newCommentRow) .message .avatar-name-wrapper:not(.currentUser),
+#commentsTabView .comment:not(.newCommentRow) .message .avatar-name-wrapper:not(.currentUser) .avatar,
+#commentsTabView .comment .authorRow .avatar:not(.currentUser),
+#commentsTabView .comment .authorRow .author:not(.currentUser) {
+	cursor: pointer;
+}
+
+.atwho-view-ul .avatar-name-wrapper,
+.atwho-view-ul .avatar-name-wrapper .avatar {
 	cursor: pointer;
 	display: inline-flex;
 	align-items: center;
diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js
index 5767ecfc9dac295441f1e3227aedc27104706344..0c43e1569852acd7c803250a4a3fa81d949c6b90 100644
Binary files a/apps/comments/js/commentstabview.js and b/apps/comments/js/commentstabview.js differ