We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f342709 commit 6336b3aCopy full SHA for 6336b3a
src/vs/editor/browser/viewParts/rulers/rulers.css
@@ -6,5 +6,5 @@
6
.monaco-editor .view-ruler {
7
position: absolute;
8
top: 0;
9
- box-shadow: 1px 0 0 0 var(--vscode-editorRuler-ruler) inset;
+ box-shadow: 1px 0 0 0 var(--vscode-editorRuler-foreground) inset;
10
}
0 commit comments