summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/FolderListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/FolderListView.qml b/framework/qml/FolderListView.qml
index a24a9ff6..3a203083 100644
--- a/framework/qml/FolderListView.qml
+++ b/framework/qml/FolderListView.qml
@@ -54,7 +54,7 @@ Kube.TreeView {
54 } 54 }
55 text: styleData.value 55 text: styleData.value
56 elide: Qt.ElideRight 56 elide: Qt.ElideRight
57 color: model.hasNewData ? Kube.Colors.highlightColor : Kube.Colors.viewBackgroundColor 57 color: (model.hasNewData && !styleData.selected) ? Kube.Colors.highlightColor : Kube.Colors.viewBackgroundColor
58 } 58 }
59 } 59 }
60 } 60 }