From fec5d809b7b3e785c942009f74a4fcbc2560e623 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 23 Jan 2024 20:33:28 +0100 Subject: [PATCH] style tweak --- tabby-ssh/src/components/sftpPanel.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-ssh/src/components/sftpPanel.component.scss b/tabby-ssh/src/components/sftpPanel.component.scss index 64510b94..b321d53b 100644 --- a/tabby-ssh/src/components/sftpPanel.component.scss +++ b/tabby-ssh/src/components/sftpPanel.component.scss @@ -31,7 +31,7 @@ .list-group-item-action { &:hover { - box-shadow: 0 0 0 1px white; + background: rgba(white, .05); } }