mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
This reverts commit d88e21d50b.
This commit is contained in:
@@ -1844,10 +1844,6 @@ export class ChatInputPart extends Disposable implements IHistoryNavigationWidge
|
||||
}
|
||||
}));
|
||||
|
||||
this._register(this._inputEditor.onDidScrollChange(e => {
|
||||
toolbarsContainer.classList.toggle('scroll-top-decoration', e.scrollTop > 0);
|
||||
}));
|
||||
|
||||
this._register(this._inputEditor.onDidChangeModelContent(() => {
|
||||
const currentHeight = Math.min(this._inputEditor.getContentHeight(), this.inputEditorMaxHeight);
|
||||
if (currentHeight !== this.inputEditorHeight) {
|
||||
|
||||
@@ -1371,9 +1371,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
|
||||
}
|
||||
}
|
||||
|
||||
.interactive-session .chat-input-toolbars.scroll-top-decoration {
|
||||
box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset
|
||||
}
|
||||
|
||||
|
||||
.interactive-session .chat-input-toolbar .chat-input-picker-item .action-label,
|
||||
.interactive-session .chat-input-toolbar .chat-sessionPicker-item .action-label {
|
||||
|
||||
Reference in New Issue
Block a user