summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 20:36:10 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 20:36:10 +0300
commit20d460296d069f5dccc4b1768af348fd3193b861 (patch)
tree7db558df9f5106e98c04f25f03bf635d5f9c14b0 /js/Headlines.js
parent0b84d1d0dcec0c01c00870d0da540a6db00a7770 (diff)
fix unread hl styling
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 5e0e7de81..bdaf49014 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -246,6 +246,7 @@ define(["dojo/_base/declare"], function (declare) {
if (hl.marked) row_class += " marked";
if (hl.published) row_class += " published";
+ if (hl.unread) row_class += " Unread";
if (App.isCombinedMode()) {
row_class += App.getInitParam("cdm_expanded") ? " expanded" : " expandable";