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 {