highlight fired transitions
This commit is contained in:
parent
b8bc977a8e
commit
a10bf9acc8
6 changed files with 80 additions and 34 deletions
|
|
@ -46,7 +46,11 @@
|
|||
/* fill-opacity: 0.2; */
|
||||
/* stroke: rgb(100, 149, 237); */
|
||||
/* stroke: */
|
||||
filter: drop-shadow( 0px 0px 6px rgba(128, 72, 0, 0.856));
|
||||
stroke: rgb(192, 125, 0);
|
||||
fill:rgb(255, 251, 244);
|
||||
/* fill: lightgrey; */
|
||||
/* color: white; */
|
||||
filter: drop-shadow( 0px 0px 3px rgba(192, 125, 0, 0.856));
|
||||
/* stroke-width: 3px; */
|
||||
}
|
||||
|
||||
|
|
@ -99,9 +103,16 @@ circle.helper:hover:not(:active) {
|
|||
stroke-width: 3px;
|
||||
}
|
||||
|
||||
.arrow::marker {
|
||||
fill: content-stroke;
|
||||
}
|
||||
|
||||
#arrowEnd {
|
||||
fill: context-stroke;
|
||||
}
|
||||
#initialMarker {
|
||||
fill: context-stroke;
|
||||
}
|
||||
|
||||
.arrow:hover {
|
||||
cursor: grab;
|
||||
|
|
@ -157,6 +168,11 @@ text.helper:hover {
|
|||
.arrow.error {
|
||||
stroke: rgb(230,0,0);
|
||||
}
|
||||
.arrow.fired {
|
||||
stroke: rgb(192, 125, 0);
|
||||
stroke-width: 3px;
|
||||
}
|
||||
|
||||
text.error, tspan.error {
|
||||
fill: rgb(230,0,0);
|
||||
font-weight: 600;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue