File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/vs/workbench/contrib/notebook/browser/media Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments