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 40
40
height : 22px ;
41
41
}
42
42
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
+
43
55
.monaco-workbench .notebookOverlay .notebook-toolbar-container .notebook-toolbar-left .monaco-action-bar .action-item .action-label .separator {
44
56
margin : 5px 0px !important ;
45
57
padding : 0px !important ;
You can’t perform that action at this time.
0 commit comments