Skip to content
Snippets Groups Projects
Unverified Commit e428ef9d authored by blizzz's avatar blizzz Committed by GitHub
Browse files

Merge pull request #7256 from nextcloud/fix-cursor-for-avatar-and-user-names-in-comments

Fix cursor for avatar and user names in comments
parents cfae590a d15ca9ff
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment