1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

simplify feed tree expando/loading/feed icon handling

This commit is contained in:
Andrew Dolgov
2021-03-16 20:50:18 +03:00
parent d9ba403927
commit 7ec8a6cad0
8 changed files with 120 additions and 60 deletions

View File

@@ -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;