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 4666cd4 commit 0986c79Copy full SHA for 0986c79
obsidian.css
@@ -2374,15 +2374,17 @@ body.full-borders .side-dock-ribbon {
2374
2375
2376
/* Fancy cursor */
2377
-.fancy-cursor .mod-cm6 .cm-line {
+body:not(.is-mobile).fancy-cursor .mod-cm6 .cm-line {
2378
caret-color:transparent;
2379
}
2380
-.fancy-cursor .mod-cm6 .cm-cursor {
+body:not(.is-mobile).fancy-cursor .mod-cm6 .cm-cursor {
2381
width:0;
2382
border:none;
2383
border-right:2px solid var(--text-accent);
2384
2385
-
+.is-mobile.fancy-cursor .mod-cm6 .cm-line {
2386
+ caret-color:var(--text-accent);
2387
+}
2388
2389
.markdown-source-view.mod-cm6 hr {
2390
border-width:2px;
0 commit comments