Skip to content

Commit 174ebf6

Browse files
committed
Chat: input lost rounded corners to the top (fix #273724)
1 parent d60f13e commit 174ebf6

File tree

1 file changed

+0
-6
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -756,12 +756,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
756756
max-width: 100%;
757757
}
758758

759-
/* When suggest-next widget is present above input, remove top border-radius for connected appearance */
760-
.interactive-session .chat-suggest-next-widget ~ .interactive-input-part .chat-input-container {
761-
border-top-left-radius: 0;
762-
border-top-right-radius: 0;
763-
}
764-
765759
.interactive-session .chat-editing-session {
766760
margin-bottom: -4px; /* Counter the flex gap */
767761
/* reset the 4px gap of the container for editing sessions */

0 commit comments

Comments
 (0)