Skip to content

Commit b4eb545

Browse files
authored
fix: do not show activity bar's focus border on click (microsoft#217837)
1 parent ea9edd0 commit b4eb545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/browser/parts/activitybar/media/activityaction.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
display: none;
105105
}
106106

107-
.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item.clicked:focus:before {
107+
.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 {
108109
border-left: none !important; /* no focus feedback when using mouse */
109110
}
110111

0 commit comments

Comments
 (0)