File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
src/vs/workbench/contrib/chat/browser/aiCustomization/media Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments