mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
fix(app): don't change resize handle on hover
This commit is contained in:
parent
d605a78a05
commit
79ae749ed8
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue