Make hunk handle and children not part of the selection

This commit is contained in:
tidy-dev 2024-03-07 09:08:15 -05:00
parent e508c4f096
commit 26b0bd8523

View file

@ -207,6 +207,11 @@
color: white;
padding-top: 3px;
text-align: center;
user-select: none;
* {
user-select: none;
}
.focus-handle {
border-radius: var(--border-radius);