From 5a031e3fe2d2dab94d30d78ad33d8e4fdbab666f Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 22 Jun 2022 17:04:00 +0200 Subject: [PATCH] docs: add docs for new connection line class --- docs/src/guide/theming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/guide/theming.md b/docs/src/guide/theming.md index cfde4d8e..1766c062 100644 --- a/docs/src/guide/theming.md +++ b/docs/src/guide/theming.md @@ -132,6 +132,7 @@ const elements = ref([ | .vue-flow__edge-path | Edge element svg path | | .vue-flow__edge-text | Edge label wrapper | | .vue-flow__edge-textbg | Edge label wrapper background | +| .vue-flow__connectionline | Connection line container element | | .vue-flow__connection | Connection line element | | .vue-flow__connection-path | Connection line svg path | | .vue-flow__nodes | Nodes renderer wrapper |