Remove tag class to prevent Bulma breaking Drupal's hidden class
This commit is contained in:
parent
7a125fd464
commit
06b46fc06d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
server which comments are new for the user. Rendering the final "new"
|
||||
indicator here would break the render cache.
|
||||
#}
|
||||
<mark class="hidden tag is-primary" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
|
||||
<mark class="hidden is-primary" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
|
||||
<p><small>{{ permalink }}</small></p>
|
||||
</div>
|
||||
<div class="media-content">
|
||||
|
|
Loading…
Reference in a new issue