mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
panel: text-transform: uppercase
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
.monaco-workbench > .part.panel > .title {
|
||||
display: block;
|
||||
text-transform: uppercase;
|
||||
border-top: 1px solid #007ACC;
|
||||
}
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ const openViewletKb: IKeybindings = {
|
||||
'vs/workbench/parts/debug/browser/repl',
|
||||
'Repl',
|
||||
debug.REPL_ID,
|
||||
nls.localize('debugConsole', "DEBUG CONSOLE"),
|
||||
nls.localize('debugConsole', "Debug Console"),
|
||||
'repl',
|
||||
40
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user