forked from AkkomaGang/akkoma-fe
Use conditional class for reply icon color.
This commit is contained in:
parent
df4dad1804
commit
3bb5f86d0d
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@
|
|||
<div class='status-actions'>
|
||||
<div>
|
||||
<a href="#" v-on:click.prevent="toggleReplying">
|
||||
<i class="fa icon-reply icon-reply-active" v-if="replying"></i>
|
||||
<i class="fa icon-reply" v-else></i>
|
||||
<i class="fa icon-reply" :class="{'icon-reply-active': replying}"></i>
|
||||
</a>
|
||||
</div>
|
||||
<retweet-button :status=status></retweet-button>
|
||||
|
|
Loading…
Reference in a new issue