Browse Source

Hide comment tag buttons for collapsed comments

Previously, if you opened the Tag menu and then collapsed the comment,
the tagging buttons would stay visible.
merge-requests/37/head
Deimos 6 years ago
parent
commit
e1bac67ca1
  1. 3
      tildes/scss/modules/_comment.scss

3
tildes/scss/modules/_comment.scss

@ -131,8 +131,9 @@
.comment-nav-link,
.comment-posted-time,
.comment-replies,
.comment-text,
.comment-tag-buttons,
.comment-tags,
.comment-text,
.comment-votes,
.post-buttons {
display: none;

Loading…
Cancel
Save