Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
.agent-global-configuration-settings-card {
border: var(--vscode-strokeThickness) solid var(--vscode-agentsPanel-border);
border-radius: var(--vscode-cornerRadius-small);
background: color-mix(in srgb, var(--vscode-foreground) 8%, var(--vscode-agentsPanel-background));
overflow: hidden;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,6 @@ per-word capitalization does not survive translation. */
gap: 0;
border: var(--vscode-strokeThickness) solid var(--vscode-agentsPanel-border);
border-radius: var(--vscode-cornerRadius-medium);
background: color-mix(in srgb, var(--vscode-foreground) 8%, var(--vscode-agentsPanel-background));
overflow: hidden;
}

Expand Down Expand Up @@ -2933,7 +2932,6 @@ per-word capitalization does not survive translation. */
padding: var(--vscode-spacing-size120);
border: var(--vscode-strokeThickness) solid var(--vscode-agentsPanel-border);
border-radius: var(--vscode-cornerRadius-large);
background: color-mix(in srgb, var(--vscode-foreground) 8%, var(--vscode-agentsPanel-background));
color: var(--vscode-foreground);
box-sizing: border-box;
cursor: pointer;
Expand Down
Loading