File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
ai-native/src/browser/components Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 554
554
align-items : center ;
555
555
gap : 4px ;
556
556
margin-bottom : 4px ;
557
- transition : color 0.2s ease-in-out ;
557
+ transition : all 0.2s ease-in-out ;
558
+ background : var (--design-container-background );
559
+ border : none ;
560
+ padding : 4px 8px ;
561
+ border-radius : 4px ;
562
+ font-size : 12px ;
563
+ color : var (--design-text-foreground );
564
+
565
+ & :hover {
566
+ background : var (--design-block-hoverBackground );
567
+ }
568
+
558
569
:global {
559
570
.codicon {
560
571
color : inherit ;
561
572
}
562
573
.codicon-sparkle {
563
574
margin-right : -1px ;
564
575
font-size : 14px ;
576
+ color : var (--design-text-foreground );
577
+ }
578
+ .codicon-chevron-right ,
579
+ .codicon-chevron-down {
580
+ font-size : 12px ;
581
+ margin-left : 2px ;
565
582
}
566
583
}
567
584
}
568
585
.reasoning_content {
569
- padding-left : 12px ;
586
+ padding : 8px 12px ;
587
+ margin-top : 4px ;
570
588
border-left : 2px solid var (--descriptionForeground );
571
589
color : var (--descriptionForeground );
590
+ background : var (--design-block-background );
591
+ border-radius : 4px ;
572
592
}
573
593
}
574
594
Original file line number Diff line number Diff line change @@ -1464,7 +1464,7 @@ export const localizationBundle = {
1464
1464
'aiNative.chat.enter.send' : 'Send (Enter)' ,
1465
1465
'aiNative.chat.defaultContextFile' : 'Current File' ,
1466
1466
'aiNative.chat.defaultContextFolder' : 'Current Folder' ,
1467
- 'aiNative.chat.thinking' : 'Deep Think ' ,
1467
+ 'aiNative.chat.thinking' : 'Deep Thinking ' ,
1468
1468
'aiNative.chat.imageUpload' : 'Upload Image' ,
1469
1469
'aiNative.chat.clearContext' : 'Clear Context' ,
1470
1470
'aiNative.chat.context.description' : 'Total {0} References' ,
You can’t perform that action at this time.
0 commit comments