We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9edd0 commit b4eb545Copy full SHA for b4eb545
src/vs/workbench/browser/parts/activitybar/media/activityaction.css
@@ -104,7 +104,8 @@
104
display: none;
105
}
106
107
-.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item.clicked:focus:before {
+.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item.clicked:focus:before,
108
+.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item.clicked:focus .active-item-indicator::before {
109
border-left: none !important; /* no focus feedback when using mouse */
110
111
0 commit comments