Skip to content

Commit

Permalink
Removed residual background from workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
logicsec committed Dec 8, 2024
1 parent ff9be53 commit de710eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/theme/styles/panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
height: 100%;
min-width: 0;
min-height: 0;
background-color: var(--theme-navpanel-color); // var(--global-surface-01-BackgroundColor);
border-radius: 0 var(--small-focus-BorderRadius) var(--small-focus-BorderRadius) 0;

// .antiPanel-navigator {
Expand Down
2 changes: 0 additions & 2 deletions plugins/workbench-resources/src/components/Workbench.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1100,8 +1100,6 @@
margin: var(--spacing-1);
&.inner {
background-color: var(--theme-navpanel-color);
&.rounded {
border-radius: var(--medium-BorderRadius);
}
Expand Down

0 comments on commit de710eb

Please sign in to comment.