Browse Source

Add comment:target border-left to indicate linked comment from URL

merge-requests/7/head
Bauke 6 years ago
committed by Deimos
parent
commit
23880b7ca2
  1. 4
      tildes/scss/modules/_comment.scss

4
tildes/scss/modules/_comment.scss

@ -19,6 +19,10 @@
font-size: 0.6rem; font-size: 0.6rem;
} }
} }
&:target > .comment-itself {
border-left: 3px solid $yellow !important;
}
} }
.comment[data-comment-depth="0"] { .comment[data-comment-depth="0"] {

Loading…
Cancel
Save