From 5bc593a92c8a773b8d80ce31fc3d96b922fa0f76 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 27 Apr 2017 15:33:16 +0200 Subject: [PATCH] Make it clear that you can now click on usernames Signed-off-by: Joas Schilling --- apps/comments/css/comments.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 2d794d52708..8423151cac8 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -114,6 +114,7 @@ #commentsTabView .comments li .message .avatar-name-wrapper, #commentsTabView .comment .authorRow { position: relative; + cursor: pointer; } #commentsTabView .comment .author,