File tree 1 file changed +1
-21
lines changed
1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 4
4
# Excluding: *.test.ts
5
5
# ContextLines: 3
6
6
7
- 42 results - 25 files
7
+ 39 results - 23 files
8
8
9
9
src/vs/base/browser/markdownRenderer.ts:
10
10
156 const strValue = values[0];
@@ -45,17 +45,6 @@ src/vs/base/browser/ui/menu/menu.ts:
45
45
238
46
46
239 this.styleSheet = Menu.globalStyleSheet;
47
47
48
- src/vs/base/browser/ui/menu/menubar.ts:
49
- 548 }
50
- 549
51
- 550 innerHtml = innerHtml.replace(/&&/g, '&');
52
- 551: titleElement.innerHTML = innerHtml;
53
- 552 } else {
54
- 553: titleElement.innerHTML = cleanMenuLabel.replace(/&&/g, '&');
55
- 554 }
56
- 555
57
- 556 let mnemonicMatches = MENU_MNEMONIC_REGEX.exec(label);
58
-
59
48
src/vs/base/browser/ui/selectBox/selectBoxCustom.ts:
60
49
367 content.push(`.monaco-select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row.option-disabled:hover { outline: none !important; }`);
61
50
368 }
@@ -301,15 +290,6 @@ src/vs/workbench/contrib/notebook/browser/view/renderers/webviewPreloads.ts:
301
290
380 domEval(outputNode);
302
291
381 } else {
303
292
304
- src/vs/workbench/contrib/sash/browser/sash.ts:
305
- 35 const size = clamp(this.configurationService.getValue<number>(this.configurationName) ?? minSize, minSize, maxSize);
306
- 36
307
- 37 // Update styles
308
- 38: this.stylesheet.innerHTML = `
309
- 39 .monaco-sash.vertical { cursor: ew-resize; top: 0; width: ${size}px; height: 100%; }
310
- 40 .monaco-sash.horizontal { cursor: ns-resize; left: 0; width: 100%; height: ${size}px; }
311
- 41 .monaco-sash:not(.disabled).orthogonal-start::before, .monaco-sash:not(.disabled).orthogonal-end::after { content: ' '; height: ${size * 2}px; width: ${size * 2}px; z-index: 100; display: block; cursor: all-scroll; position: absolute; }
312
-
313
293
src/vs/workbench/contrib/webview/browser/webviewIconManager.ts:
314
294
61 }
315
295
62 }
You can’t perform that action at this time.
0 commit comments