-
-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The mouseover feels a but clumsy to select a node, also the selected node cannot be identified in the topology. This commit changes the current behaviour to: - simple click to show node details, also the selected node is clearly identified in the topology - double click to collapse group - shift+click to pin a node Change-Id: Idb7bc3068c5f19a1e05b1bb4e721450c6715ac29 Reviewed-on: http://softwarefactory-project.io/r/5297 Reviewed-by: Sylvain Afchain <[email protected]> Tested-by: Sylvain Afchain <[email protected]> Workflow: Sylvain Afchain <[email protected]> Tested-by: Jenkins CI <[email protected]>
- Loading branch information
1 parent
9c70dd3
commit d61349a
Showing
3 changed files
with
25 additions
and
36 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,6 +111,11 @@ text { | |
fill: yellow; | ||
} | ||
|
||
.active circle { | ||
stroke: white; | ||
stroke-width: 3; | ||
} | ||
|
||
.link { | ||
fill: none; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters