Skip to content

Commit 406d3d5

Browse files
authored
fix microsoft#186651 -- notebook action tab border only on icon, not label (microsoft#187085)
fix microsoft#186651
1 parent 55d8d97 commit 406d3d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/vs/workbench/contrib/notebook/browser/media/notebookToolbar.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
height: 22px;
4141
}
4242

43+
.monaco-workbench .notebookOverlay .notebook-toolbar-container .notebook-toolbar-left .monaco-action-bar li a[tabindex="0"]:focus {
44+
outline: none !important;
45+
}
46+
47+
.monaco-workbench .notebookOverlay .notebook-toolbar-container .notebook-toolbar-left .monaco-action-bar li:has(a:focus) {
48+
outline-width: 1px;
49+
outline-style: solid;
50+
outline-offset: -1px;
51+
outline-color: var(--vscode-focusBorder);
52+
opacity: 1;
53+
}
54+
4355
.monaco-workbench .notebookOverlay .notebook-toolbar-container .notebook-toolbar-left .monaco-action-bar .action-item .action-label.separator {
4456
margin: 5px 0px !important;
4557
padding: 0px !important;

0 commit comments

Comments
 (0)