Disable contacts menu for mentioned users in comments being composed
The contacts menu does not provide too much value for users mentioned in a message being composed, so it is now disabled in this case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
107952ff00
commit
8eb19a278c
2 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#commentsTabView .comment .message .avatar-name-wrapper,
|
||||
#commentsTabView .comment .message .avatar-name-wrapper .avatar,
|
||||
#commentsTabView .comment:not(.newCommentRow) .message .avatar-name-wrapper,
|
||||
#commentsTabView .comment:not(.newCommentRow) .message .avatar-name-wrapper .avatar,
|
||||
#commentsTabView .comment .authorRow .avatar:not(.currentUser),
|
||||
#commentsTabView .comment .authorRow .author:not(.currentUser) {
|
||||
cursor: pointer;
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue