mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 02:25:57 +00:00
fix unread hl styling
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user