forked from Archives/Athou_commafeed
styling
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<ul>
|
||||
<li ng-repeat="feed in node.feeds">
|
||||
<a ng-click="feedClick({id: feed.id})"
|
||||
ng-class="{selected: (feed.id == selectedId && selectedType == 'feed')}">{{formatFeedName({feed:feed})}}
|
||||
ng-class="{selected: (feed.id == selectedId && selectedType == 'feed'), unread: feed.unread }">{{formatFeedName({feed:feed})}}
|
||||
</a>
|
||||
<div class="dropdown pull-right">
|
||||
<a dropdown-toggle class="pull-right feed-menu-icon"><i class="icon icon-chevron-down"></i> </a>
|
||||
|
||||
Reference in New Issue
Block a user