From cc2838761b214c436e1f854e951f587cc1aba3d2 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 28 Aug 2023 18:40:45 -0700 Subject: Replace web editor link behavior (#1319) * Replace web editor link behavior (close #1293) (close #1292) * Update link decorator to match rich text link detector --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') 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 */ -- cgit 1.4.1