Skip to content

Conversation

Lehoczky
Copy link
Contributor

Hi there 👋

I was following the theming section recently and found two little things that I thought could be improved. Let me know what you think!

And also, thank you for the library<3

🚀 What's changed?

  • The curly braces are now correctly escaped in the theming guide

Before:
image

After:
image

  • The CSS selectors for the .selected and .animated classes has been updated. They can be copy-pasted now from to docs to someone's custom CSS file.

Before, they were used as child selector, which doesn't work:

/* This doesn't work, because the "selected" class is
    added directly to the node:*/
.vue-flow__node .selected {
  background: red
}

/*This works:*/
.vue-flow__node.selected {
  background: red
}

Copy link

changeset-bot bot commented Feb 11, 2024

⚠️ No Changeset found

Latest commit: ae64eb2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Feb 11, 2024

Someone is attempting to deploy a commit to a Personal Account owned by @bcakmakoglu on Vercel.

@bcakmakoglu first needs to authorize it.

@bcakmakoglu bcakmakoglu self-assigned this Feb 11, 2024
@bcakmakoglu bcakmakoglu added the documentation Changes only affect the documentation label Feb 11, 2024
Copy link

vercel bot commented Feb 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue-flow-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 11, 2024 10:20pm

@bcakmakoglu
Copy link
Owner

Thanks! :)

@bcakmakoglu bcakmakoglu merged commit d120aa8 into bcakmakoglu:master Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Changes only affect the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants