Skip to content

Commit 3eb60ea

Browse files
mrleemurrayCopilot
andauthored
Agents: Refactor selected section styles in AI Customization Management (#310699)
Refactor selected section styles in AI Customization Management Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>
1 parent 85e03a4 commit 3eb60ea

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,13 @@
9696
}
9797

9898
/* Selected section - using list selection */
99-
.ai-customization-management-editor .monaco-list .monaco-list-row.selected .section-list-item {
100-
background-color: var(--vscode-list-activeSelectionBackground);
101-
color: var(--vscode-list-activeSelectionForeground);
102-
}
103-
104-
.ai-customization-management-editor .monaco-list .monaco-list-row.selected .section-list-item .section-icon {
105-
color: var(--vscode-list-activeSelectionIconForeground, var(--vscode-list-activeSelectionForeground));
99+
.ai-customization-management-editor .monaco-list .monaco-list-row.section-list-item.selected .section-icon {
100+
color: inherit;
101+
opacity: 1;
106102
}
107103

108-
.ai-customization-management-editor .monaco-list .monaco-list-row.selected .section-list-item .section-label {
109-
color: var(--vscode-list-activeSelectionForeground);
104+
.ai-customization-management-editor .monaco-list .monaco-list-row.section-list-item.selected .section-count {
105+
color: inherit;
110106
}
111107

112108
.ai-customization-management-editor .section-icon {

0 commit comments

Comments
 (0)