Fix css for report and delete comment styles

This commit is contained in:
Paul Kaplan 2018-10-10 09:13:21 -04:00
parent ce84dddc34
commit 997d0b5694

View file

@ -150,7 +150,7 @@
content: "";
}
&.comment-bubble-deleted, .comment-bubble-reported {
&.comment-bubble-deleted, &.comment-bubble-reported {
$deleted-outline: #ff6680;
$deleted-background: rgb(236, 206, 223);