Show login to comment message in annotations
This way it's consistent with what we get when there are no comments. It only appears once on the page so it isn't overwhelming.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
initialize: function() {
|
||||
App.Votes.hoverize("div.votes");
|
||||
App.Votes.hoverize("div.supports");
|
||||
App.Votes.hoverize("div.comment-footer");
|
||||
}
|
||||
};
|
||||
}).call(this);
|
||||
|
||||
@@ -630,21 +630,6 @@
|
||||
|
||||
.comments-wrapper {
|
||||
position: relative;
|
||||
|
||||
.participation-not-allowed {
|
||||
padding: rem-calc(20) rem-calc(8);
|
||||
}
|
||||
}
|
||||
|
||||
.comment-footer {
|
||||
position: relative;
|
||||
|
||||
.participation-not-allowed {
|
||||
font-size: rem-calc(14);
|
||||
height: rem-calc(50);
|
||||
padding: $line-height / 2;
|
||||
top: -18px;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-input {
|
||||
|
||||
Reference in New Issue
Block a user