summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 20:50:18 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 20:50:23 +0300
commit7ec8a6cad0878fd16fc63c9a11d9c7e3ca18a88c (patch)
tree33d3e8450ccf5ffc4bfacc02423caf738c968bf0 /themes/light/tt-rss.less
parentd9ba40392779e0fc0b73dca2533fc75597ffc66a (diff)
simplify feed tree expando/loading/feed icon handling
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less25
1 files changed, 18 insertions, 7 deletions
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;