Skip to content

Commit

Permalink
Merge pull request #363 from liam-hq/fix_marker_css_scope
Browse files Browse the repository at this point in the history
fix: Update css module for edge marker
  • Loading branch information
sasamuku authored Dec 24, 2024
2 parents edf2e4e + 342a625 commit c1e9522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions frontend/.changeset/warm-suits-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@liam-hq/erd-core": patch
"@liam-hq/cli": patch
---

:recycle: Update css module for edge marker
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
opacity: 0;
}

marker {
transition: stroke 0.3s var(--default-timing-function);
}

.hovered {
stroke: var(--node-layout);
}

0 comments on commit c1e9522

Please sign in to comment.