path { cursor: default; stroke: #22B3FF; stroke-width: var(--edge-stroke-width); fill: none; } path.setting:hover { stroke: #1E9DDF; cursor: pointer; } path.setting:active { stroke: #227CFF; } path.setting.active:hover { stroke: #227CFF; } path.active { stroke: #227CFF; }