mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
Make sure css is fixed as well
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
background: rgba(255, 255, 0, 0.7);
|
||||
}
|
||||
|
||||
.monaco-editor .debug-focussed-stack-frame-line {
|
||||
.monaco-editor .debug-focused-stack-frame-line {
|
||||
background: rgba(206, 231, 206, 0.45);
|
||||
}
|
||||
|
||||
@@ -247,7 +247,7 @@
|
||||
color: #C586C0;
|
||||
}
|
||||
|
||||
.monaco-editor.vs-dark .debug-focussed-stack-frame-line {
|
||||
.monaco-editor.vs-dark .debug-focused-stack-frame-line {
|
||||
background: rgba(122, 189, 122, 0.3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user