From bea4a4b072af59dc7e5cf64fa4bc30e0402b9e54 Mon Sep 17 00:00:00 2001 From: vegard Date: Fri, 20 Mar 2026 03:43:31 +0000 Subject: [PATCH] =?UTF-8?q?Fjern=20visuelle=20resize-indikatorer=20?= =?UTF-8?q?=E2=80=94=20cursor=20er=20nok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/blockshell/BlockShell.svelte | 59 +------------------ 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/frontend/src/lib/components/blockshell/BlockShell.svelte b/frontend/src/lib/components/blockshell/BlockShell.svelte index c6f60a9..5b18e63 100644 --- a/frontend/src/lib/components/blockshell/BlockShell.svelte +++ b/frontend/src/lib/components/blockshell/BlockShell.svelte @@ -647,64 +647,7 @@ z-index: 5; } - /* Visual affordance on hover — edge lines */ - .blockshell:hover .blockshell-resize-e::after, - .blockshell:hover .blockshell-resize-w::after { - content: ''; - position: absolute; - top: 50%; - transform: translateY(-50%); - width: 2px; - height: 20px; - background: rgba(138, 138, 150, 0.3); - border-radius: 1px; - } - .blockshell:hover .blockshell-resize-e::after { right: 1px; } - .blockshell:hover .blockshell-resize-w::after { left: 1px; } - - .blockshell:hover .blockshell-resize-n::after, - .blockshell:hover .blockshell-resize-s::after { - content: ''; - position: absolute; - left: 50%; - transform: translateX(-50%); - height: 2px; - width: 20px; - background: rgba(138, 138, 150, 0.3); - border-radius: 1px; - } - .blockshell:hover .blockshell-resize-n::after { top: 1px; } - .blockshell:hover .blockshell-resize-s::after { bottom: 1px; } - - /* Visual affordance on hover — corner L-marks */ - .blockshell:hover .blockshell-resize-se::after, - .blockshell:hover .blockshell-resize-sw::after, - .blockshell:hover .blockshell-resize-ne::after, - .blockshell:hover .blockshell-resize-nw::after { - content: ''; - position: absolute; - width: 8px; - height: 8px; - border-color: rgba(138, 138, 150, 0.4); - border-style: solid; - border-width: 0; - } - .blockshell:hover .blockshell-resize-se::after { - bottom: 1px; right: 1px; - border-right-width: 2px; border-bottom-width: 2px; - } - .blockshell:hover .blockshell-resize-sw::after { - bottom: 1px; left: 1px; - border-left-width: 2px; border-bottom-width: 2px; - } - .blockshell:hover .blockshell-resize-ne::after { - top: 1px; right: 1px; - border-right-width: 2px; border-top-width: 2px; - } - .blockshell:hover .blockshell-resize-nw::after { - top: 1px; left: 1px; - border-left-width: 2px; border-top-width: 2px; - } + /* Resize-handles: kun cursor-endring, ingen synlige indikatorer */ /* Edge handles */ .blockshell-resize-n {