From 19cbb9196124fc43bd99aa8e1e553fcddabad40b Mon Sep 17 00:00:00 2001 From: Pavel Laptev Date: Thu, 28 Mar 2024 15:55:47 +0100 Subject: [PATCH] added autoscroll on drag + style fixes --- gitbutler-ui/src/lib/components/FileListItem.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitbutler-ui/src/lib/components/FileListItem.svelte b/gitbutler-ui/src/lib/components/FileListItem.svelte index b8d71b869..265009da6 100644 --- a/gitbutler-ui/src/lib/components/FileListItem.svelte +++ b/gitbutler-ui/src/lib/components/FileListItem.svelte @@ -138,7 +138,7 @@ user-select: none; outline: none; background: var(--clr-theme-container-light); - border: 1px solid var(--clr-theme-container-light); + border: 1px solid transparent; &:not(.selected-draggable):hover { background-color: color-mix(