fix unread hl styling
This commit is contained in:
parent
0b84d1d0dc
commit
20d460296d
|
@ -246,6 +246,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||||
|
|
||||||
if (hl.marked) row_class += " marked";
|
if (hl.marked) row_class += " marked";
|
||||||
if (hl.published) row_class += " published";
|
if (hl.published) row_class += " published";
|
||||||
|
if (hl.unread) row_class += " Unread";
|
||||||
|
|
||||||
if (App.isCombinedMode()) {
|
if (App.isCombinedMode()) {
|
||||||
row_class += App.getInitParam("cdm_expanded") ? " expanded" : " expandable";
|
row_class += App.getInitParam("cdm_expanded") ? " expanded" : " expandable";
|
||||||
|
|
Loading…
Reference in New Issue