Skip to content

Commit 4c6d0ba

Browse files
authored
Color issue with Default Light+ theme in chat todos (fix microsoft#273139) (microsoft#273364)
1 parent 4448e74 commit 4c6d0ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/vs/workbench/contrib/chat/browser/media

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
11241124
align-items: center;
11251125
gap: 4px;
11261126
flex: 1;
1127-
color: var(--vscode-foreground);
11281127
font-size: 11px;
11291128
white-space: nowrap;
11301129
overflow: hidden;
@@ -1183,7 +1182,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
11831182
.interactive-session .interactive-input-part > .chat-todo-list-widget-container .chat-todo-list-widget .todo-list-title {
11841183
font-weight: normal;
11851184
font-size: 11px;
1186-
color: var(--vscode-foreground);
11871185
display: flex;
11881186
align-items: center;
11891187
overflow: hidden;
@@ -1239,7 +1237,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
12391237
}
12401238

12411239
.interactive-session .interactive-input-part > .chat-todo-list-widget-container .chat-todo-list-widget .todo-content {
1242-
color: var(--vscode-foreground);
12431240
flex-grow: 1;
12441241
overflow: hidden;
12451242
white-space: nowrap;

0 commit comments

Comments
 (0)