From 6c8143d7447bbc3b9e53f573e335f8c893695511 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 5 May 2025 22:39:26 -0600 Subject: [PATCH] Added Missing CSS for Node Snap Helpers --- Data/Server/WebUI/src/Borealis.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Data/Server/WebUI/src/Borealis.css b/Data/Server/WebUI/src/Borealis.css index 1981c0b..84cfb8d 100644 --- a/Data/Server/WebUI/src/Borealis.css +++ b/Data/Server/WebUI/src/Borealis.css @@ -30,6 +30,24 @@ z-index: -1; } +/* helper lines for snapping */ +.helper-line { + position: absolute; + background: #0074ff; + z-index: 10; + pointer-events: none; + } + + .helper-line-vertical { + width: 1px; + height: 100%; + } + + .helper-line-horizontal { + height: 1px; + width: 100%; + } + /* ======================================= */ /* NODE SIDEBAR */ /* ======================================= */