Skip to content

Commit 6336b3a

Browse files
authored
Fix CSS mistake introduced via b982536 (microsoft#166698)
1 parent f342709 commit 6336b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/browser/viewParts/rulers/rulers.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
.monaco-editor .view-ruler {
77
position: absolute;
88
top: 0;
9-
box-shadow: 1px 0 0 0 var(--vscode-editorRuler-ruler) inset;
9+
box-shadow: 1px 0 0 0 var(--vscode-editorRuler-foreground) inset;
1010
}

0 commit comments

Comments
 (0)