style: 将工具折叠图标颜色从蓝色改为灰色
- 修改 toolIcons.ts 中的 SVG 填充色为 #8a8a8a - 清理 messageArea.ts 中冗余的 CSS 样式规则
This commit is contained in:
@ -422,10 +422,6 @@ export function getMessageAreaStyles(): string {
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
.tool-collapse-icon svg path {
|
||||
fill: #007ACC !important;
|
||||
}
|
||||
.icon-collapsed svg path,
|
||||
.icon-expanded svg path {
|
||||
fill: #007ACC !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user