Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CHANGELOG/*

# Ignore all auto-generated files
src/changelog

src/typedocs

src/public/*.js
src/public/*.mjs
src/.vitepress/cache
10 changes: 5 additions & 5 deletions docs/src/guide/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ Here you'll find a handy reference guide of class names and their respective ele
| .vue-flow__edge | Wrapper around each edge element |
| .vue-flow__selectionpane | Pane for handling user selection |
| .vue-flow__selection | Defines current user selection box |
| .vue-flow__edge-{type} | Edge type (either custom or default) |
| .vue-flow__edge .selected | Defines the currently selected edge(s) |
| .vue-flow__edge .animated | Defines an animated edge |
| .vue-flow__edge-\{type\} | Edge type (either custom or default) |
| .vue-flow__edge.selected | Defines the currently selected edge(s) |
| .vue-flow__edge.animated | Defines an animated edge |
| .vue-flow__edge-path | SVG path for edge elements |
| .vue-flow__edge-text | Wrapper around edge label |
| .vue-flow__edge-textbg | Background wrapper around edge label |
Expand All @@ -202,8 +202,8 @@ Here you'll find a handy reference guide of class names and their respective ele
| --------------------- | ----------------------------------------- |
| .vue-flow__nodes | Rendering wrapper around nodes |
| .vue-flow__node | Wrapper around each node element |
| .vue-flow__node .selected | Defines the currently selected node(s) |
| .vue-flow__node-{type} | Node type (either custom or default) |
| .vue-flow__node.selected | Defines the currently selected node(s) |
| .vue-flow__node-\{type\} | Node type (either custom or default) |
| .vue-flow__nodesselection | Defines selection rectangle for nodes |

#### Node Handles
Expand Down