Skip to content

Commit 08131a5

Browse files
authored
Remove extra background color from the table view (#2425)
1 parent 26e672e commit 08131a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

webview/src/experiments/components/table/styles.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
287287
.tableContainer {
288288
overflow: auto;
289289
flex: 1;
290-
background-color: $experiments-view-bg-color;
291290
}
292291
.table {
293292
display: inline-block;

webview/src/shared/variables.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ $deps-color: var(--vscode-dvc-deps);
1010
$changed-color: var(--vscode-dvc-workspaceChanged);
1111
$error-color: var(--vscode-errorForeground);
1212

13-
$experiments-view-bg-color: var(--vscode-menu-background);
1413
$row-bg-color: $bg-color;
1514
$header-fg-color: $fg-color;
1615
$row-bg-alt-color: var(--vscode-sideBar-background);

0 commit comments

Comments
 (0)