Skip to content

Commit 79ae749

Browse files
committed
fix(app): don't change resize handle on hover
1 parent d605a78 commit 79ae749

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/ui/src/components/resize-handle.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
&::after {
66
content: "";
77
position: absolute;
8-
background-color: var(--color-border-strong-base);
98
opacity: 0;
109
transition: opacity 0.15s ease-in-out;
11-
border-radius: 2px;
1210
}
1311

1412
&:hover::after,

0 commit comments

Comments
 (0)