File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 4545 }
4646 }
4747
48- .agent-sessions-toolbar .action-item {
49- /* align with the title actions*/
50- margin-right : 4px ;
51- }
48+ .agent-sessions-toolbar {
49+
50+ .action-item {
51+ /* align with the title actions*/
52+ margin-right : 4px ;
53+ }
5254
53- .agent-sessions-toolbar .filtered .action-label .codicon .codicon-filter {
54- /* indicate when sessions filter is enabled */
55- border-color : var (--vscode-inputOption-activeBorder );
56- color : var (--vscode-inputOption-activeForeground );
57- background-color : var (--vscode-inputOption-activeBackground );
55+ & .filtered .action-label .codicon .codicon-filter {
56+ /* indicate when sessions filter is enabled */
57+ border-color : var (--vscode-inputOption-activeBorder );
58+ color : var (--vscode-inputOption-activeForeground );
59+ background-color : var (--vscode-inputOption-activeBackground );
60+ }
5861 }
5962
6063 .agent-sessions-link-container {
You can’t perform that action at this time.
0 commit comments