Skip to content

Commit de710eb

Browse files
committed
Removed residual background from workbench
1 parent ff9be53 commit de710eb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/theme/styles/panel.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
height: 100%;
2121
min-width: 0;
2222
min-height: 0;
23-
background-color: var(--theme-navpanel-color); // var(--global-surface-01-BackgroundColor);
2423
border-radius: 0 var(--small-focus-BorderRadius) var(--small-focus-BorderRadius) 0;
2524

2625
// .antiPanel-navigator {

plugins/workbench-resources/src/components/Workbench.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,6 @@
11001100
margin: var(--spacing-1);
11011101
11021102
&.inner {
1103-
background-color: var(--theme-navpanel-color);
1104-
11051103
&.rounded {
11061104
border-radius: var(--medium-BorderRadius);
11071105
}

0 commit comments

Comments
 (0)