Merge pull request #4554 from nextcloud/pointer-cursor-on-clickable-user

Make it clear that you can now click on usernames
This commit is contained in:
Lukas Reschke 2017-05-16 16:29:09 +02:00 committed by GitHub
commit 15f7fe022b

View file

@ -114,6 +114,7 @@
#commentsTabView .comments li .message .avatar-name-wrapper,
#commentsTabView .comment .authorRow {
position: relative;
cursor: pointer;
}
#commentsTabView .comment .author,