Skip to content
Snippets Groups Projects
Commit 8989f6c2 authored by Mathis Neumann's avatar Mathis Neumann
Browse files

disable nodegroup clicks

parent 8e46b33d
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,10 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th ...@@ -32,6 +32,10 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
text-halign: center; text-halign: center;
} }
[type="nodeGroup"] {
events: no; /* disable click, drag etc as this is just a frame */
}
[type="node"] { [type="node"] {
background-color: ${variables.nodeColor}; background-color: ${variables.nodeColor};
color: ${variables.nodeTextColor}; color: ${variables.nodeTextColor};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment