projects
/
osm
/
UI.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge "Assets tab hidden by default" into v1.1
[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
}