Skip to content

Commit

Permalink
splitable: active dragging color
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDotJS committed Apr 17, 2024
1 parent efb6f0d commit 8e0a071
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/css/Splitable.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@
transition: color 200ms;
}

.splitLine:hover, .splitLine:active {
.splitLine:hover {
color: currentColor;
transition: color 80ms;
}

.splitLine:active {
color: var(--light0);
transition: color 0ms;
}

.vertical {
height: var(--seamWidth);
cursor: ns-resize;
Expand Down

0 comments on commit 8e0a071

Please sign in to comment.