From 7ec8a6cad0878fd16fc63c9a11d9c7e3ca18a88c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Mar 2021 20:50:18 +0300 Subject: simplify feed tree expando/loading/feed icon handling --- themes/light/tt-rss.less | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'themes/light/tt-rss.less') diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index 1d0564901..121cba56b 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -584,17 +584,28 @@ body.ttrss_main { font-family : @fonts-ui; .dijitTreeNode { - .loadingExpando { - left : -3px; - height : 22px; - position : relative; - top : -3px; - } - .dijitTreeRow { border : 1px solid transparent; cursor : pointer; + .loadingNode { + opacity : 0; + + &.visible { + opacity : 1; + } + } + + &.Is_Feed { + .loadingNode { + left : -3px; + height : 20px; + width : 20px; + position : relative; + top : -2px; + } + } + .counterNode { font-weight : bold; display : none; -- cgit v1.2.3