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); } }