mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 02:27:53 +01:00
Remove unused hover separator from ChatContextUsageWidget styles
This commit is contained in:
@@ -304,8 +304,6 @@ export class ChatContextUsageWidget extends Disposable {
|
||||
quotaSubLabel.style.color = 'var(--vscode-descriptionForeground)';
|
||||
}
|
||||
|
||||
// dom.append(container, $('.chat-context-usage-hover-separator'));
|
||||
|
||||
// List
|
||||
const list = dom.append(container, $('.chat-context-usage-hover-list'));
|
||||
this._hoverItemValues.clear();
|
||||
|
||||
@@ -111,11 +111,6 @@
|
||||
background-color: var(--vscode-gauge-errorForeground);
|
||||
}
|
||||
|
||||
.chat-context-usage-hover-separator {
|
||||
height: 1px;
|
||||
background-color: var(--vscode-widget-border);
|
||||
}
|
||||
|
||||
.chat-context-usage-hover-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user