From c097e64d44023adeef997f52455f603c2c7cb736 Mon Sep 17 00:00:00 2001 From: zaoei Date: Wed, 25 May 2022 16:39:40 +0800 Subject: [PATCH] fix: add hover style to tab within group (#716) --- src/workbench/editor/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/workbench/editor/style.scss b/src/workbench/editor/style.scss index 20d42147f..3b16432d9 100644 --- a/src/workbench/editor/style.scss +++ b/src/workbench/editor/style.scss @@ -32,6 +32,10 @@ border-bottom: 1px solid var(--editorGroupHeader-tabsBorder); display: flex; position: relative; + + #{$tab}__item:hover { + background: var(--tab-hoverBackground); + } } &__group-tabs {