aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-09-06 16:21:08 -0400
committeryipstanley <stanley_yip@brown.edu>2019-09-06 16:21:08 -0400
commit69fec26f7c84a849f5691d1609a268f4a5a493ee (patch)
tree6d01dc63252b522ceb1b0a9058e034050fb64f7e /src/client/util
parent3e94ae1fff76cf7190d3f95ff2b47e781c315af6 (diff)
parent0d9133bbd8417e68dfd62706369067c1e2e30c97 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/util')
-rw-r--r--src/client/util/RichTextSchema.tsx4
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)'