diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-16 16:29:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-16 16:29:09 +0200 |
commit | 15f7fe022b222cdc080719d8585df29c8259053a (patch) | |
tree | 620f8509cc458d4db5df6807d481360c8ef7ceed /apps/comments | |
parent | fd74428cdb29a3f544e09fdb2c80395beedd50a9 (diff) | |
parent | 5bc593a92c8a773b8d80ce31fc3d96b922fa0f76 (diff) | |
download | nextcloud-server-15f7fe022b222cdc080719d8585df29c8259053a.tar.gz nextcloud-server-15f7fe022b222cdc080719d8585df29c8259053a.zip |
Merge pull request #4554 from nextcloud/pointer-cursor-on-clickable-user
Make it clear that you can now click on usernames
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/css/comments.css | 1 |
1 files changed, 1 insertions, 0 deletions
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, |