fix(app): don't change resize handle on hover

This commit is contained in:
Adam 2026-01-19 15:28:33 -06:00
parent d605a78a05
commit 79ae749ed8
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -5,10 +5,8 @@
&::after {
content: "";
position: absolute;
background-color: var(--color-border-strong-base);
opacity: 0;
transition: opacity 0.15s ease-in-out;
border-radius: 2px;
}
&:hover::after,