File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Excluding: *.test.ts
55# ContextLines: 3
66
7- 42 results - 25 files
7+ 39 results - 23 files
88
99src/vs/base/browser/markdownRenderer.ts:
1010 156 const strValue = values[0];
@@ -45,17 +45,6 @@ src/vs/base/browser/ui/menu/menu.ts:
4545 238
4646 239 this.styleSheet = Menu.globalStyleSheet;
4747
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-
5948src/vs/base/browser/ui/selectBox/selectBoxCustom.ts:
6049 367 content.push(`.monaco-select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row.option-disabled:hover { outline: none !important; }`);
6150 368 }
@@ -301,15 +290,6 @@ src/vs/workbench/contrib/notebook/browser/view/renderers/webviewPreloads.ts:
301290 380 domEval(outputNode);
302291 381 } else {
303292
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-
313293src/vs/workbench/contrib/webview/browser/webviewIconManager.ts:
314294 61 }
315295 62 }
You can’t perform that action at this time.
0 commit comments