mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
Revert "another attempt at flex-based feed tree"
This reverts commit e12a6ca540.
This commit is contained in:
@@ -202,7 +202,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "dojo/_base/array", "dojo/co
|
||||
return (item.unread <= 0) ? "dijitTreeLabel" : "dijitTreeLabel Unread";
|
||||
},
|
||||
getRowClass: function (item/*, opened */) {
|
||||
let rc = "dijitTreeRow dijitTreeRowFlex";
|
||||
let rc = "dijitTreeRow";
|
||||
|
||||
const is_cat = String(item.id).indexOf('CAT:') != -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user