Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / GraphRecordServicePaths.scss
diff --git a/skyquake/plugins/composer/src/src/styles/GraphRecordServicePaths.scss b/skyquake/plugins/composer/src/src/styles/GraphRecordServicePaths.scss
new file mode 100644 (file)
index 0000000..f2dc39c
--- /dev/null
@@ -0,0 +1,15 @@
+.forwarding-graph-paths {
+       &.-is-highlighting {
+               path.rsp-path {
+                       stroke-opacity: 0.5;
+               }
+       }
+       path.rsp-path {
+               fill: transparent;
+               shape-rendering: geometricPrecision;
+       }
+       path.-is-highlighted {
+               stroke-width: 4px;
+               stroke-opacity: 1 !important;
+       }
+}