Skip to content

Commit 3498865

Browse files
authored
Merge branch 'y-prosemirror-v14' into y-prosemirror-tests
2 parents 395f7ee + d1697e4 commit 3498865

4 files changed

Lines changed: 193 additions & 81 deletions

File tree

packages/core/src/editor/Block.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,3 +721,22 @@ NESTED BLOCKS
721721
.bn-thread-mark .bn-thread-mark-selected {
722722
background: rgba(255, 200, 0, 0.25);
723723
}
724+
725+
div[data-type="modification"] {
726+
display: inline;
727+
}
728+
729+
.bn-root ins,
730+
[data-type="modification"] {
731+
background: rgba(24, 122, 220, 0.1);
732+
border-bottom: 2px solid rgba(24, 122, 220, 0.1);
733+
color: rgb(20, 95, 170);
734+
text-decoration: none;
735+
}
736+
737+
.bn-root del,
738+
[DISABLED-data-node-deletion] {
739+
color: rgba(100, 90, 75, 0.3);
740+
text-decoration: line-through;
741+
text-decoration-thickness: 1px;
742+
}

packages/xl-ai/src/style.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,3 @@
1212
.bn-combobox-items:empty {
1313
display: none;
1414
}
15-
16-
div[data-type="modification"] {
17-
display: inline;
18-
}
19-
20-
ins,
21-
[data-type="modification"] {
22-
background: rgba(24, 122, 220, 0.1);
23-
border-bottom: 2px solid rgba(24, 122, 220, 0.1);
24-
color: rgb(20, 95, 170);
25-
text-decoration: none;
26-
}
27-
28-
del,
29-
[DISABLED-data-node-deletion] {
30-
color: rgba(100, 90, 75, 0.3);
31-
text-decoration: line-through;
32-
text-decoration-thickness: 1px;
33-
}

0 commit comments

Comments
 (0)