about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-28 18:40:45 -0700
committerGitHub <noreply@github.com>2023-08-28 18:40:45 -0700
commitcc2838761b214c436e1f854e951f587cc1aba3d2 (patch)
tree2cb7cdd54a95c2f106829d066fb005b8ddf8d58b /web
parent2c60a0328ddffef015779ee838273130907b2f65 (diff)
downloadvoidsky-cc2838761b214c436e1f854e951f587cc1aba3d2.tar.zst
Replace web editor link behavior (#1319)
* Replace web editor link behavior (close #1293) (close #1292)

* Update link decorator to match rich text link detector
Diffstat (limited to 'web')
-rw-r--r--web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html
index 603e3954d..e8f4eb47e 100644
--- a/web/index.html
+++ b/web/index.html
@@ -117,9 +117,9 @@
       .ProseMirror .mention {
         color: #0085ff;
       }
-      .ProseMirror a {
+      .ProseMirror a, 
+      .ProseMirror .autolink {
         color: #0085ff;
-        cursor: pointer;
       }
       /* OLLIE: TODO -- this is not accessible */
       /* Remove focus state on inputs */