Skip to content

Commit 861cb20

Browse files
authored
Chat - polish to the working set (#286609)
1 parent fe665a9 commit 861cb20

File tree

1 file changed

+3
-3
lines changed
  • src/vs/workbench/contrib/chat/browser/widget/media

1 file changed

+3
-3
lines changed

src/vs/workbench/contrib/chat/browser/widget/media/chat.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,9 +1030,9 @@ have to be updated for changes to the rules above, or to support more deeply nes
10301030
.interactive-session .chat-editing-session .chat-editing-session-actions .monaco-button.secondary.monaco-text-button.codicon {
10311031
background-color: transparent;
10321032
border-color: transparent;
1033-
color: var(--vscode-foreground);
1033+
color: var(--vscode-icon-foreground);
10341034
cursor: pointer;
1035-
padding: 0px;
1035+
padding: 0 1px;
10361036
border-radius: 2px;
10371037
display: inline-flex;
10381038
}
@@ -2113,7 +2113,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
21132113
.interactive-session .chat-list-divider {
21142114
display: flex;
21152115
align-items: center;
2116-
padding: 4px 3px 2px 3px;
2116+
padding: 2px 3px;
21172117
font-size: 11px;
21182118
color: var(--vscode-descriptionForeground);
21192119
gap: 8px;

0 commit comments

Comments
 (0)