forked from Archives/Athou_commafeed
restore pointer mouse icon on hover
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<i ng-class="{'icon-star icon-star-yellow': entry.starred, 'icon-star-empty': !entry.starred}" class="pointer"></i>
|
||||
</div>
|
||||
<div class="checkbox-inline keep-unread">
|
||||
<label ng-if="entry.markable">
|
||||
<label ng-if="entry.markable" class="pointer">
|
||||
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)" class="mousetrap"></input>
|
||||
${view.keep_unread}
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user