summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/part.content.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 5c45c1db8..c18069cde 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -73,14 +73,14 @@
</button>
</li>
<li ng-click="Content.toggleKeepUnread(item.id)"
- class="util"
+ class="util toggle-keep-unread"
news-stop-propagation>
- <button class="icon-toggle toggle-keep-unread"
+ <button class="icon-toggle"
ng-hide="item.keepUnread"
title="<?php p($l->t('Keep article unread')); ?>">
</button>
<button
- class="icon-toggle toggle-keep-unread keep-unread"
+ class="icon-toggle keep-unread"
ng-show="item.keepUnread"
title="<?php
p($l->t('Remove keep article unread'));