summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-17 12:23:27 +0300
committerAndrew Dolgov <[email protected]>2021-03-17 12:23:27 +0300
commitdb0315e596576a3e516a4ae774263dedefd92f73 (patch)
tree1b6998d3b164af32967edabf1ae2fc5d6067ca56 /themes/light/tt-rss.less
parent88534a8ae498732bb8357d6040ebd1c192f12bf0 (diff)
feed tree: set cursor pointer on tree label
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less9
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index dd0372880..8ae130d89 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -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 {