Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / GraphVirtualLink.scss
diff --git a/skyquake/plugins/composer/src/src/styles/GraphVirtualLink.scss b/skyquake/plugins/composer/src/src/styles/GraphVirtualLink.scss
new file mode 100644 (file)
index 0000000..44b39a1
--- /dev/null
@@ -0,0 +1,32 @@
+@import "main";
+
+.DescriptorGraph {
+
+       /* colors are defined in ColorGroups and assigned in the graph code. */
+
+       .VirtualLink {
+
+               @extend .descriptor;
+
+               path.icon {
+                       pointer-events: none;
+               }
+
+               &.-is-selected,
+               &.-selected {
+                       circle.badge {
+                               stroke: red;
+                       }
+               }
+
+       }
+
+       &.-is-dragging-connection-point {
+               .-is-valid-drop-target.-is-drag-over {
+                       circle.badge {
+                               stroke: red;
+                       }
+               }
+       }
+
+}