File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/browser/parts/titlebar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ registerThemingParticipant((theme, collector) => {
594
594
const titlebarActiveFg = theme . getColor ( TITLE_BAR_ACTIVE_FOREGROUND ) ;
595
595
if ( titlebarActiveFg ) {
596
596
collector . addRule ( `
597
- .monaco-workbench .part.titlebar > .window-controls-container .window-icon {
597
+ .monaco-workbench .part.titlebar .window-controls-container .window-icon {
598
598
color: ${ titlebarActiveFg } ;
599
599
}
600
600
` ) ;
@@ -603,7 +603,7 @@ registerThemingParticipant((theme, collector) => {
603
603
const titlebarInactiveFg = theme . getColor ( TITLE_BAR_INACTIVE_FOREGROUND ) ;
604
604
if ( titlebarInactiveFg ) {
605
605
collector . addRule ( `
606
- .monaco-workbench .part.titlebar.inactive > .window-controls-container .window-icon {
606
+ .monaco-workbench .part.titlebar.inactive .window-controls-container .window-icon {
607
607
color: ${ titlebarInactiveFg } ;
608
608
}
609
609
` ) ;
You can’t perform that action at this time.
0 commit comments