From 001cd986ed5ed8897043d9ce6d41d8a7b60af2f8 Mon Sep 17 00:00:00 2001 From: Abijeet Date: Fri, 19 Jan 2018 02:32:57 +0530 Subject: [PATCH] Converts the css file to scss file, and adds border-top to comments. Signed-off-by: Abijeet --- apps/comments/css/{comments.css => comments.scss} | 4 ++++ 1 file changed, 4 insertions(+) rename apps/comments/css/{comments.css => comments.scss} (98%) diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.scss similarity index 98% rename from apps/comments/css/comments.css rename to apps/comments/css/comments.scss index 7f276f9f14..88b890323a 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.scss @@ -70,6 +70,10 @@ overflow-wrap: break-word; } +#commentsTabView .comments .comment { + border-top: 1px solid $color-border; +} + #commentsTabView .comment .avatar, .atwho-view-ul * .avatar{ width: 32px;