longer input/output connectors on flow diagram & new nav logic
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.line:hover, .connector:hover + .marker-target + .line, .marker-target:hover + .line {
|
||||
.line:hover, .marker-target:hover + .line {
|
||||
z-index: 10;
|
||||
cursor: pointer;
|
||||
&.input {
|
||||
@@ -50,6 +50,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.connector:hover {
|
||||
&.input {
|
||||
fill: url(#input-hover-connector-gradient);
|
||||
}
|
||||
&.output {
|
||||
fill: url(#output-hover-connector-gradient);
|
||||
}
|
||||
}
|
||||
|
||||
.marker-target {
|
||||
stroke: none;
|
||||
fill: transparent;
|
||||
|
||||
Reference in New Issue
Block a user