Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d8c3723

Browse files
authored
Add focus indication for compact menu (#213463)
indicate when compact menu is focused
1 parent 28b07b8 commit d8c3723

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/workbench/browser/parts/titlebar/media/menubarControl.css

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
color: var(--vscode-activityBar-foreground);
2323
}
2424

25+
.monaco-workbench .activitybar .menubar.compact > .menubar-menu-button:focus {
26+
background-color: var(--vscode-menubar-selectionBackground);
27+
}
28+
2529
.monaco-workbench .menubar.inactive:not(.compact) > .menubar-menu-button,
2630
.monaco-workbench .menubar.inactive:not(.compact) > .menubar-menu-button .toolbar-toggle-more {
2731
color: var(--vscode-titleBar-inactiveForeground);

0 commit comments

Comments
 (0)