File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments