From ba62cdeab6651027881b1f72bdc8d0943ac8f7bb Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 27 Feb 2018 22:27:57 +0100 Subject: [PATCH] Change highlight styling --- .../coral-embed-stream/src/tabs/stream/components/Comment.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/coral-embed-stream/src/tabs/stream/components/Comment.css b/client/coral-embed-stream/src/tabs/stream/components/Comment.css index 15d42bef0..8945bc790 100644 --- a/client/coral-embed-stream/src/tabs/stream/components/Comment.css +++ b/client/coral-embed-stream/src/tabs/stream/components/Comment.css @@ -41,8 +41,8 @@ } .highlightedComment { - padding-left: 15px; - border-left: 3px solid rgb(35,118,216); + padding: 1px 15px 8px 15px; + background-color: #E3F2FD; } .bylineSecondary {