summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 23:44:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 23:44:08 +0200
commit145912a4fe519b79c192187829f6dbc6f25f4954 (patch)
tree8d02a5c19eff11834b7e5bcb29df29c22c93f416 /templates
parent5c63092dd76d23d674576ab1bea4add68acd5f67 (diff)
Compact view: Expand item when jumping to it with a keyboard shortcut, fix #437
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index bacb9164b..e1999e268 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -23,7 +23,7 @@
<button class="star svg" ng-class="{'starred': item.starred}" title="<?php p($l->t('Star')); ?>"></button>
</li>
<li ng-click="Content.toggleKeepUnread(item.id)" class="util" news-stop-propagation>
- <button class="icon-toggle" ng-class="{'keep-unread': item.keepUnread}" title="<?php p($l->t('Keep unread')); ?>"></button>
+ <button class="icon-toggle toggle-keep-unread" ng-class="{'keep-unread': item.keepUnread}" title="<?php p($l->t('Keep unread')); ?>"></button>
</li>
<li class="util">
<a class="external icon-link"