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; } + } } }