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:
parent
2c60a0328d
commit
cc2838761b
5 changed files with 127 additions and 31 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue