Skip to content
Snippets Groups Projects
Commit bcd10b34 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Make star icon in notifications behave like the other icons..

parent f50aed3a
No related branches found
No related tags found
1 merge request!178Make star icon in notifications behave like the other icons..
Pipeline #
......@@ -59,6 +59,10 @@
color: $blue;
}
.icon-star.lit {
color: orange;
}
.status-content {
margin: 0;
max-height: 300px;
......
......@@ -17,7 +17,7 @@
<div v-if="notification.type === 'favorite'">
<h1>
<span :title="'@'+notification.action.user.screen_name">{{ notification.action.user.name }}</span>
<i class="fa icon-star"></i>
<i class="fa icon-star lit"></i>
<small><router-link :to="{ name: 'conversation', params: { id: notification.status.id } }"><timeago :since="notification.action.created_at" :auto-update="240"></timeago></router-link></small>
</h1>
<div class="notification-gradient" :style="hiderStyle"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment