raw.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. /* eslint-disable */
  2. /**
  3. * Auto generated file, do not modify it!
  4. */
  5. export const content = `.x6-graph {
  6. position: relative;
  7. overflow: hidden;
  8. outline: none;
  9. touch-action: none;
  10. }
  11. .x6-graph-background,
  12. .x6-graph-grid,
  13. .x6-graph-svg {
  14. position: absolute;
  15. top: 0;
  16. right: 0;
  17. bottom: 0;
  18. left: 0;
  19. }
  20. .x6-graph-background-stage,
  21. .x6-graph-grid-stage,
  22. .x6-graph-svg-stage {
  23. user-select: none;
  24. }
  25. .x6-graph.x6-graph-pannable {
  26. cursor: grab;
  27. cursor: -moz-grab;
  28. cursor: -webkit-grab;
  29. }
  30. .x6-graph.x6-graph-panning {
  31. cursor: grabbing;
  32. cursor: -moz-grabbing;
  33. cursor: -webkit-grabbing;
  34. user-select: none;
  35. }
  36. .x6-node {
  37. cursor: move;
  38. /* stylelint-disable-next-line */
  39. }
  40. .x6-node.x6-node-immovable {
  41. cursor: default;
  42. }
  43. .x6-node * {
  44. -webkit-user-drag: none;
  45. }
  46. .x6-node .scalable * {
  47. vector-effect: non-scaling-stroke;
  48. }
  49. .x6-node [magnet='true'] {
  50. cursor: crosshair;
  51. transition: opacity 0.3s;
  52. }
  53. .x6-node [magnet='true']:hover {
  54. opacity: 0.7;
  55. }
  56. .x6-node foreignObject {
  57. display: block;
  58. overflow: visible;
  59. background-color: transparent;
  60. }
  61. .x6-node foreignObject > body {
  62. position: static;
  63. width: 100%;
  64. height: 100%;
  65. margin: 0;
  66. padding: 0;
  67. overflow: visible;
  68. background-color: transparent;
  69. }
  70. .x6-edge .source-marker,
  71. .x6-edge .target-marker {
  72. vector-effect: non-scaling-stroke;
  73. }
  74. .x6-edge .connection {
  75. stroke-linejoin: round;
  76. fill: none;
  77. }
  78. .x6-edge .connection-wrap {
  79. cursor: move;
  80. opacity: 0;
  81. fill: none;
  82. stroke: #000;
  83. stroke-width: 15;
  84. stroke-linecap: round;
  85. stroke-linejoin: round;
  86. }
  87. .x6-edge .connection-wrap:hover {
  88. opacity: 0.4;
  89. stroke-opacity: 0.4;
  90. }
  91. .x6-edge .vertices {
  92. cursor: move;
  93. opacity: 0;
  94. }
  95. .x6-edge .vertices .vertex {
  96. fill: #1abc9c;
  97. }
  98. .x6-edge .vertices .vertex :hover {
  99. fill: #34495e;
  100. stroke: none;
  101. }
  102. .x6-edge .vertices .vertex-remove {
  103. cursor: pointer;
  104. fill: #fff;
  105. }
  106. .x6-edge .vertices .vertex-remove-area {
  107. cursor: pointer;
  108. opacity: 0.1;
  109. }
  110. .x6-edge .vertices .vertex-group:hover .vertex-remove-area {
  111. opacity: 1;
  112. }
  113. .x6-edge .arrowheads {
  114. cursor: move;
  115. opacity: 0;
  116. }
  117. .x6-edge .arrowheads .arrowhead {
  118. fill: #1abc9c;
  119. }
  120. .x6-edge .arrowheads .arrowhead :hover {
  121. fill: #f39c12;
  122. stroke: none;
  123. }
  124. .x6-edge .tools {
  125. cursor: pointer;
  126. opacity: 0;
  127. }
  128. .x6-edge .tools .tool-options {
  129. display: none;
  130. }
  131. .x6-edge .tools .tool-remove circle {
  132. fill: #f00;
  133. }
  134. .x6-edge .tools .tool-remove path {
  135. fill: #fff;
  136. }
  137. .x6-edge:hover .vertices,
  138. .x6-edge:hover .arrowheads,
  139. .x6-edge:hover .tools {
  140. opacity: 1;
  141. }
  142. .x6-highlight-opacity {
  143. opacity: 0.3;
  144. }
  145. .x6-cell-tool-editor {
  146. position: relative;
  147. display: inline-block;
  148. min-height: 1em;
  149. margin: 0;
  150. padding: 0;
  151. line-height: 1;
  152. white-space: normal;
  153. text-align: center;
  154. vertical-align: top;
  155. overflow-wrap: normal;
  156. outline: none;
  157. transform-origin: 0 0;
  158. -webkit-user-drag: none;
  159. }
  160. .x6-edge-tool-editor {
  161. border: 1px solid #275fc5;
  162. border-radius: 2px;
  163. }
  164. `;
  165. //# sourceMappingURL=raw.js.map