Skip to content

Commit 8a42946

Browse files
authored
Hide dropdown and chat attachments in experimental welcome view (microsoft#256805)
1 parent e0750d2 commit 8a42946

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
}
1414
}
1515

16+
.interactive-session.experimental-welcome-view .interactive-input-part .dropdown-action-container {
17+
display: none;
18+
}
19+
20+
.interactive-session.experimental-welcome-view .interactive-input-part .chat-attachments-container {
21+
display: none;
22+
}
23+
1624
/* Container for chat widget welcome message */
1725
.interactive-session .chat-welcome-view-container {
1826
display: flex;
@@ -30,6 +38,10 @@
3038
display: none;
3139
}
3240

41+
.interactive-session.experimental-welcome-view .chat-input-toolbars .action-item:not(:has(.monaco-dropdown-with-primary)) {
42+
display: none;
43+
}
44+
3345
/* Container for ChatViewPane welcome view */
3446
.pane-body > .chat-view-welcome {
3547
flex-direction: column;

0 commit comments

Comments
 (0)