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

feed tree: set cursor pointer on tree label

This commit is contained in:
Andrew Dolgov
2021-03-17 12:23:27 +03:00
parent 88534a8ae4
commit db0315e596
6 changed files with 21 additions and 8 deletions

View File

@@ -592,7 +592,6 @@ body.ttrss_main {
.dijitTreeNode {
.dijitTreeRow {
border : 1px solid transparent;
cursor : pointer;
.loadingNode {
opacity : 0;
@@ -656,8 +655,12 @@ body.ttrss_main {
border-color: darken(@color-checked, 25%);
}
.dijitTreeLabel.Unread {
font-weight : bold;
.dijitTreeLabel {
cursor : pointer;
&.Unread {
font-weight : bold;
}
}
&.Error .dijitTreeLabel {