From 66ced63fe263b158707b65b4bd691fa46658828c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 29 Jan 2017 18:58:00 -0500 Subject: Highlight comments if hash is present in URL --- assets/sass/_comment.sass | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets/sass') diff --git a/assets/sass/_comment.sass b/assets/sass/_comment.sass index fdc38eaf..c65ebc25 100644 --- a/assets/sass/_comment.sass +++ b/assets/sass/_comment.sass @@ -15,6 +15,14 @@ &:hover background: #fafafa +.comment-highlighted + background-color: #FFF8DC + border: 2px solid #FFF8DC + border-left: 2px solid #ffeb8e + &:hover + background-color: #FFF8DC + border: 2px solid #ffeb8e + .comment-title border-bottom: 1px dotted #eee margin-left: 55px -- cgit v1.2.3