From bcd10b34758b41cc09ec15153e9ca027fd4703f5 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 25 Nov 2017 12:57:55 +0200 Subject: [PATCH] Make star icon in notifications behave like the other icons.. --- src/components/notifications/notifications.scss | 4 ++++ src/components/notifications/notifications.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index db7b0843..241f10b4 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -59,6 +59,10 @@ color: $blue; } + .icon-star.lit { + color: orange; + } + .status-content { margin: 0; max-height: 300px; diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 64624873..176695b1 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -17,7 +17,7 @@

{{ notification.action.user.name }} - +