Use white entypo icons for active list-group items in notifications
This commit is contained in:
parent
f9a452265d
commit
fdbb32ff96
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@
|
||||||
.list-group .list-group-item {
|
.list-group .list-group-item {
|
||||||
[class^="entypo-"], [class*="entypo-"], .mentionIcon { margin-right: 5px; }
|
[class^="entypo-"], [class*="entypo-"], .mentionIcon { margin-right: 5px; }
|
||||||
.mentionIcon { font-weight: bold; }
|
.mentionIcon { font-weight: bold; }
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
[class^="entypo-"], [class*="entypo-"], .mentionIcon { color: $component-active-color; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue