Fjern visuelle resize-indikatorer — cursor er nok

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
vegard 2026-03-20 03:43:31 +00:00
parent 681a614888
commit bea4a4b072

View file

@ -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 {