aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-03-07 08:44:53 +0100
committerRoger Braun <roger@rogerbraun.net>2017-03-07 08:44:53 +0100
commite64a5beb35ca7c356054b68c861cc44ccac42bc5 (patch)
treeeef83d2a3d68bfac8248f5eb7d41f2432a7bf6f3 /src/components/notifications/notifications.vue
parent5143ae7f72c7535872188d9887dc61628add09fb (diff)
parent34531de8c027472266c050183ef9ae82ff57643f (diff)
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index 180b86a1..e0dcb12d 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -3,7 +3,7 @@
<div class="panel panel-default base00-background">
<div class="panel-heading base01-background base04">
Notifications ({{unseenCount}})
- <button @click.prevent="markAsSeen" class="base06 base02-background">Read!</button>
+ <button @click.prevent="markAsSeen" class="base06 base02-background read-button">Read!</button>
</div>
<div class="panel-body">
<div v-for="notification in visibleNotifications" class="notification" :class='{"unseen": !notification.seen}'>