summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-12 14:13:57 +0200
committerAlon Levy <alon@pobox.com>2015-04-12 14:13:59 +0200
commit7c5c6a917c8bce9d538c51becaf9a06fb1741bf5 (patch)
treef60cb36ddca2e612e44756defcaafda9c39a8a50 /res/client/css/by-view
parent8d16cbce9ec8aa139404f1823c4b68e0b4c1c02a (diff)
client/selection: rename: selected & related
selected nodes - nodes the user selected directly, via search or click. related - nodes that we choose to show the user as a result of the selection made.
Diffstat (limited to 'res/client/css/by-view')
-rw-r--r--res/client/css/by-view/graph-view.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss
index 9d64f5a5..ee642e8a 100644
--- a/res/client/css/by-view/graph-view.scss
+++ b/res/client/css/by-view/graph-view.scss
@@ -194,7 +194,7 @@
z-index: 1;
}
-.node.root-selected .circle {
+.node.selected .circle {
stroke: $cyan;
stroke-opacity: 1;
stroke-width: 2px;
@@ -221,7 +221,7 @@
z-index: 1;
}
-.link.enter, .link.exit, .link.selected {
+.link.enter, .link.exit, .link.related {
stroke: $cyan;
stroke-opacity: 0.5;
stroke-width: 2px;