update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / GraphRecordServicePaths.scss
1 .forwarding-graph-paths {
2         &.-is-highlighting {
3                 path.rsp-path {
4                         stroke-opacity: 0.5;
5                 }
6         }
7         path.rsp-path {
8                 fill: transparent;
9                 shape-rendering: geometricPrecision;
10         }
11         path.-is-highlighted {
12                 stroke-width: 4px;
13                 stroke-opacity: 1 !important;
14         }
15 }