Skip to content

Commit

Permalink
fix: add hover style to tab within group (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaoei committed May 25, 2022
1 parent 05ad264 commit c097e64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/workbench/editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
border-bottom: 1px solid var(--editorGroupHeader-tabsBorder);
display: flex;
position: relative;

#{$tab}__item:hover {
background: var(--tab-hoverBackground);
}
}

&__group-tabs {
Expand Down

0 comments on commit c097e64

Please sign in to comment.