Skip to content

Commit ae64eb2

Browse files
committed
docs: update class names in theming guide
1 parent 0c441b3 commit ae64eb2

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CHANGELOG/*
44

55
# Ignore all auto-generated files
66
src/changelog
7-
87
src/typedocs
9-
10-
src/public/*.js
8+
src/public/*.mjs
9+
src/.vitepress/cache

docs/src/guide/theming.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ Here you'll find a handy reference guide of class names and their respective ele
187187
| .vue-flow__edge | Wrapper around each edge element |
188188
| .vue-flow__selectionpane | Pane for handling user selection |
189189
| .vue-flow__selection | Defines current user selection box |
190-
| .vue-flow__edge-{type} | Edge type (either custom or default) |
191-
| .vue-flow__edge .selected | Defines the currently selected edge(s) |
192-
| .vue-flow__edge .animated | Defines an animated edge |
190+
| .vue-flow__edge-\{type\} | Edge type (either custom or default) |
191+
| .vue-flow__edge.selected | Defines the currently selected edge(s) |
192+
| .vue-flow__edge.animated | Defines an animated edge |
193193
| .vue-flow__edge-path | SVG path for edge elements |
194194
| .vue-flow__edge-text | Wrapper around edge label |
195195
| .vue-flow__edge-textbg | Background wrapper around edge label |
@@ -202,8 +202,8 @@ Here you'll find a handy reference guide of class names and their respective ele
202202
| --------------------- | ----------------------------------------- |
203203
| .vue-flow__nodes | Rendering wrapper around nodes |
204204
| .vue-flow__node | Wrapper around each node element |
205-
| .vue-flow__node .selected | Defines the currently selected node(s) |
206-
| .vue-flow__node-{type} | Node type (either custom or default) |
205+
| .vue-flow__node.selected | Defines the currently selected node(s) |
206+
| .vue-flow__node-\{type\} | Node type (either custom or default) |
207207
| .vue-flow__nodesselection | Defines selection rectangle for nodes |
208208

209209
#### Node Handles

0 commit comments

Comments
 (0)