diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-06 15:59:10 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-06 15:59:10 -0400 |
| commit | 0d9133bbd8417e68dfd62706369067c1e2e30c97 (patch) | |
| tree | 5304c6bb7fa810ccc68a34013c892b417fb9385a /src/client/util | |
| parent | 173863d85ee590c276bf22b1cfe91e0d00986720 (diff) | |
turned link lines back on... switched metadata links into real links
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/RichTextSchema.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index 6bae63174..8851839a2 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -327,7 +327,7 @@ export const marks: { [index: string]: MarkSpec } = { }, metadataVal: { toDOM() { - return ['span', { style: 'background:rgba(100, 100, 100, 0.1);' }]; + return ['span']; } }, @@ -347,7 +347,7 @@ export const marks: { [index: string]: MarkSpec } = { } }, ], - inclusive: false, + inclusive: true, toDOM() { return ['span', { style: 'text-decoration: underline; text-decoration-style: dotted; text-decoration-color: rgba(204, 206, 210, 0.92)' |
