Skip to content

Commit

Permalink
remove extra background from the table view
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Sep 18, 2022
1 parent 5f0dbaf commit 692f90a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
.tableContainer {
overflow: auto;
flex: 1;
background-color: $experiments-view-bg-color;
}
.table {
display: inline-block;
Expand Down
1 change: 0 additions & 1 deletion webview/src/shared/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ $deps-color: var(--vscode-dvc-deps);
$changed-color: var(--vscode-dvc-workspaceChanged);
$error-color: var(--vscode-errorForeground);

$experiments-view-bg-color: var(--vscode-menu-background);
$row-bg-color: $bg-color;
$header-fg-color: $fg-color;
$row-bg-alt-color: var(--vscode-sideBar-background);
Expand Down

0 comments on commit 692f90a

Please sign in to comment.