chore - remove dead CSS variable usage (#214125)

This commit is contained in:
Johannes Rieken 2024-06-03 11:35:13 +02:00 committed by GitHub
parent a7edb4e374
commit e96934d9a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,14 +188,6 @@
user-select: text;
}
.monaco-workbench .notebookOverlay .cell-chat-part .inline-chat .markdownMessage .message[state="cropped"] {
-webkit-line-clamp: var(--vscode-inline-chat-cropped, 3);
}
.monaco-workbench .notebookOverlay .cell-chat-part .inline-chat .markdownMessage .message[state="expanded"] {
-webkit-line-clamp: var(--vscode-inline-chat-expanded, 10);
}
.monaco-workbench .notebookOverlay .cell-chat-part .inline-chat .status .label A {
color: var(--vscode-textLink-foreground);
cursor: pointer;
@ -352,4 +344,3 @@
.monaco-workbench .notebookOverlay .cell-chat-part .glyph-margin-widgets .cgmr.codicon-inline-chat-transparent:hover {
opacity: 1;
}