Skip to content

Commit ceeabb7

Browse files
authored
List: focus outline flicker when clicking into element without prior selection (fix #280050) (#280100)
1 parent 7a2eb50 commit ceeabb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/media/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ body {
264264
border-color: transparent; /* outline is a square, but border has a radius, so we avoid this glitch when focused (https://github.com/microsoft/vscode/issues/26045) */
265265
}
266266

267-
.monaco-workbench .monaco-list:not(.element-focused):focus:before {
267+
.monaco-workbench .monaco-list:not(.element-focused):not(:active):focus:before {
268268
position: absolute;
269269
top: 0;
270270
left: 0;

0 commit comments

Comments
 (0)