style: 统一使用蓝色主题色
- 压缩图标改为蓝色 #007ACC - 问题选项按钮改为蓝色背景,悬停深蓝色 - 按钮、进度条等组件统一使用蓝色主题 - 添加 CSS 强制规则确保图标在所有主题下显示蓝色
This commit is contained in:
@ -330,7 +330,7 @@ export function getConversationHistoryBarStyles(): string {
|
||||
}
|
||||
|
||||
.new-conversation-button:hover {
|
||||
background: var(--vscode-toolbar-hoverBackground);
|
||||
background: #007ACC;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user