Skip to content

Commit 0f97d83

Browse files
authored
fix: add hover style to tab within group (#716) (#751)
1 parent 52d79b0 commit 0f97d83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/workbench/editor/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
border-bottom: 1px solid var(--editorGroupHeader-tabsBorder);
3333
display: flex;
3434
position: relative;
35+
36+
#{$tab}__item:hover {
37+
background: var(--tab-hoverBackground);
38+
}
3539
}
3640

3741
&__group-tabs {

0 commit comments

Comments
 (0)