Replace web editor link behavior (#1319)

* Replace web editor link behavior (close #1293) (close #1292)

* Update link decorator to match rich text link detector
This commit is contained in:
Paul Frazee
2023-08-28 18:40:45 -07:00
committed by GitHub
parent 2c60a0328d
commit cc2838761b
5 changed files with 127 additions and 31 deletions
+2 -2
View File
@@ -113,9 +113,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 */