Use white entypo icons for active list-group items in notifications

This commit is contained in:
Steffen van Bergerem 2015-09-11 07:48:20 +02:00
parent f9a452265d
commit fdbb32ff96

View file

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