From fdbb32ff96b00bfbfde23f378d143c21fa190c15 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Fri, 11 Sep 2015 07:48:20 +0200 Subject: [PATCH] Use white entypo icons for active list-group items in notifications --- app/assets/stylesheets/notifications.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/notifications.scss b/app/assets/stylesheets/notifications.scss index 01be43d0e..48c7a1b95 100644 --- a/app/assets/stylesheets/notifications.scss +++ b/app/assets/stylesheets/notifications.scss @@ -54,6 +54,10 @@ .list-group .list-group-item { [class^="entypo-"], [class*="entypo-"], .mentionIcon { margin-right: 5px; } .mentionIcon { font-weight: bold; } + + &.active { + [class^="entypo-"], [class*="entypo-"], .mentionIcon { color: $component-active-color; } + } } }