Highlight comments if hash is present in URL

This commit is contained in:
Frederic Guillot
2017-01-29 18:58:00 -05:00
parent 0371acff89
commit 66ced63fe2
6 changed files with 42 additions and 4 deletions

View File

@@ -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