Skip to content

Commit ec0fa01

Browse files
Rich-HarrisRich Harris
andauthored
fix cursor styles - closes sveltejs#262 (sveltejs#264)
Co-authored-by: Rich Harris <[email protected]>
1 parent af3ed48 commit ec0fa01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/routes/tutorial/[slug]/codemirror.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
width: 1rem;
3333
}
3434

35+
.cm-focused .cm-cursor {
36+
border-left-color: var(--sk-text-3);
37+
}
38+
3539
.cm-editor .cm-content {
3640
padding: 1rem 0;
3741
}

0 commit comments

Comments
 (0)