diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-28 18:40:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 18:40:45 -0700 |
commit | cc2838761b214c436e1f854e951f587cc1aba3d2 (patch) | |
tree | 2cb7cdd54a95c2f106829d066fb005b8ddf8d58b /web | |
parent | 2c60a0328ddffef015779ee838273130907b2f65 (diff) | |
download | voidsky-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.html | 4 |
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 */ |