Merge pull request #6686 from MrPetovan/task/frio-change-comment-expand-icon
[frio] Change comment expand icons to carets
This commit is contained in:
commit
fe40c6379c
1 changed files with 2 additions and 2 deletions
|
@ -42,11 +42,11 @@ as the value of $top_child_total (this is done at the end of this file)
|
|||
<div class="hide-comments-outer-wrapper">
|
||||
<div class="hide-comments-outer fakelink" onclick="showHideComments({{$item.id}});">
|
||||
<span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">
|
||||
<i class="fa fa-plus-square" aria-hidden="true"></i>
|
||||
<i class="fa fa-caret-right" aria-hidden="true"></i>
|
||||
{{$item.num_comments}} - {{$item.show_text}}
|
||||
</span>
|
||||
<span id="hide-comments-{{$item.id}}" class="hide-comments" style="display: none">
|
||||
<i class="fa fa-minus-square" aria-hidden="true"></i>
|
||||
<i class="fa fa-caret-down" aria-hidden="true"></i>
|
||||
{{$item.num_comments}} - {{$item.hide_text}}
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue