changed dragging lines appearance

This commit is contained in:
Fedor Katurov 2023-04-26 15:30:18 +06:00
parent a08ebe2cbc
commit 6d854f57a5

View file

@ -5,6 +5,12 @@
position: absolute;
inset: 1.5px;
background: var(--color-border);
opacity: 0.5;
transition: opacity 0.25s;
}
.sash:hover::after {
opacity: 1;
}
}
}