Skip to content
Prev Previous commit
Next Next commit
Remove unneeded CSS rule for mentions
Most of the properties of the rule are not needed for mentions, so the
rule is no longer applied to them; the only needed property was moved to
the main rule for mentions.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Sep 5, 2018
commit e7d4d3a34b404962919df21fc5f140173e13f89e
6 changes: 5 additions & 1 deletion apps/comments/css/comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
adding this brings them closer to the element**/
margin-top: 5px;
}
#commentsTabView .comments li .message .avatar-name-wrapper,

.atwho-view-ul * .avatar-name-wrapper,
#commentsTabView .comment .authorRow {
position: relative;
Expand All @@ -156,6 +156,10 @@
#commentsTabView .comments li .message .atwho-inserted,
#commentsTabView .newCommentForm .atwho-inserted {
.avatar-name-wrapper {
/* Make the wrapper the positioning context of its child contacts
* menu. */
position: relative;

display: inline;
vertical-align: top;
background-color: var(--color-background-dark);
Expand Down