Skip to content

Commit

Permalink
feat: make node selection more visible on different zoom scales
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-fx committed Dec 4, 2023
1 parent 3a22293 commit 30812b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodesystem/src/lib/view/NodeView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

&.node-active {
z-index: 99;
outline: solid min(calc(0.8px / var(--scale)), 5px) #fffa;
outline: solid min(calc(0.4px / var(--scale)), 4px) #fffa;
}

&.node-dragging {
Expand Down

0 comments on commit 30812b3

Please sign in to comment.