Edge.module.css 103 B

1234567891011
  1. .edge {
  2. cursor: pointer;
  3. }
  4. .selected path {
  5. stroke-width: 3;
  6. }
  7. .dimmed path {
  8. opacity: 0.25;
  9. }