1 2 3 4 5 6 7 8 9 10 11 12
.collectionfreeformlinkview-linkLine { stroke: black; opacity: 0.8; stroke-width: 3px; transition: opacity 0.5s ease-in; fill: transparent; } .collectionfreeformlinkview-linkText { stroke: rgb(0, 0, 0); pointer-events: all; cursor: move; }