mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
fix(app): don't change resize handle on hover
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user