@ckeditor/ckeditor5-comments 41.2.1 → 41.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +1 -1
- package/dist/content-index.css +332 -0
- package/dist/editor-index.css +902 -0
- package/dist/index.css +1874 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/annotations/annotation.d.ts +94 -0
- package/dist/types/annotations/annotationcollection.d.ts +102 -0
- package/dist/types/annotations/annotations.d.ts +158 -0
- package/dist/types/annotations/annotationsuis.d.ts +236 -0
- package/dist/types/annotations/editorannotations.d.ts +71 -0
- package/dist/types/annotations/inlineannotations.d.ts +94 -0
- package/dist/types/annotations/narrowsidebar.d.ts +89 -0
- package/dist/types/annotations/sidebar.d.ts +104 -0
- package/dist/types/annotations/view/annotationcounterbuttonview.d.ts +33 -0
- package/dist/types/annotations/view/annotationview.d.ts +94 -0
- package/dist/types/annotations/view/sidebaritemview.d.ts +59 -0
- package/dist/types/annotations/view/sidebarview.d.ts +36 -0
- package/dist/types/annotations/widesidebar.d.ts +81 -0
- package/dist/types/augmentation.d.ts +56 -0
- package/dist/types/comments/addcommentthreadcommand.d.ts +39 -0
- package/dist/types/comments/commentsarchive.d.ts +35 -0
- package/dist/types/comments/commentsarchiveui.d.ts +42 -0
- package/dist/types/comments/commentsediting.d.ts +84 -0
- package/dist/types/comments/commentsrepository.d.ts +1134 -0
- package/dist/types/comments/commentsui.d.ts +37 -0
- package/dist/types/comments/integrations/clipboard.d.ts +30 -0
- package/dist/types/comments/integrations/commentsrestrictededitingmode.d.ts +21 -0
- package/dist/types/comments/integrations/importword.d.ts +25 -0
- package/dist/types/comments/ui/commenteditor/commenteditor.d.ts +40 -0
- package/dist/types/comments/ui/commenteditor/commenteditorui.d.ts +35 -0
- package/dist/types/comments/ui/commenteditor/commenteditoruiview.d.ts +40 -0
- package/dist/types/comments/ui/commentthreadcontroller.d.ts +68 -0
- package/dist/types/comments/ui/view/basecommentthreadview.d.ts +123 -0
- package/dist/types/comments/ui/view/basecommentview.d.ts +116 -0
- package/dist/types/comments/ui/view/collapsedcommentsview.d.ts +17 -0
- package/dist/types/comments/ui/view/commentcontentview.d.ts +18 -0
- package/dist/types/comments/ui/view/commentinputview.d.ts +90 -0
- package/dist/types/comments/ui/view/commentsarchiveview.d.ts +42 -0
- package/dist/types/comments/ui/view/commentslistview.d.ts +104 -0
- package/dist/types/comments/ui/view/commentthreadheaderview.d.ts +54 -0
- package/dist/types/comments/ui/view/commentthreadinputview.d.ts +45 -0
- package/dist/types/comments/ui/view/commentthreadview.d.ts +122 -0
- package/dist/types/comments/ui/view/commentview.d.ts +247 -0
- package/dist/types/comments.d.ts +39 -0
- package/dist/types/commentsonly.d.ts +37 -0
- package/dist/types/config.d.ts +202 -0
- package/dist/types/index.d.ts +28 -0
- package/dist/types/utils/common-translations.d.ts +13 -0
- package/dist/types/utils/createmutationobserver.d.ts +18 -0
- package/package.json +4 -3
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/clipboard.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/config.d.ts +17 -10
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
:root {
|
|
6
|
+
--ck-color-suggestion-marker-insertion-border: hsla(128, 71%, 40%, .35);
|
|
7
|
+
--ck-color-suggestion-marker-insertion-border-active: hsla(128, 71%, 25%, .5);
|
|
8
|
+
--ck-color-suggestion-marker-insertion-background: hsla(128, 71%, 65%, .35);
|
|
9
|
+
--ck-color-suggestion-marker-insertion-background-active: hsla(128, 71%, 50%, .5);
|
|
10
|
+
--ck-color-suggestion-marker-deletion-border: hsla(345, 71%, 40%, .35);
|
|
11
|
+
--ck-color-suggestion-marker-deletion-border-active: hsla(345, 71%, 25%, .5);
|
|
12
|
+
--ck-color-suggestion-marker-deletion-background: hsla(345, 71%, 65%, .35);
|
|
13
|
+
--ck-color-suggestion-marker-deletion-background-active: hsla(345, 71%, 50%, .5);
|
|
14
|
+
--ck-color-suggestion-marker-deletion-stroke: hsla(345, 71%, 20%, .5);
|
|
15
|
+
--ck-color-suggestion-marker-format-border: hsla(191, 60%, 75%, 1);
|
|
16
|
+
--ck-color-suggestion-marker-format-border-active: hsla(191, 60%, 60%, 1);
|
|
17
|
+
--ck-color-suggestion-widget-insertion-background: hsla(128, 71%, 65%, .05);
|
|
18
|
+
--ck-color-suggestion-widget-insertion-background-active: hsla(128, 71%, 50%, .07);
|
|
19
|
+
--ck-color-suggestion-widget-deletion-background: hsla(345, 71%, 65%, .05);
|
|
20
|
+
--ck-color-suggestion-widget-deletion-background-active: hsla(345, 71%, 45%, .07);
|
|
21
|
+
--ck-color-suggestion-widget-format-background: hsla(191, 90%, 40%, .09);
|
|
22
|
+
--ck-color-suggestion-widget-format-background-active: hsla(191, 90%, 40%, .16);
|
|
23
|
+
--ck-color-suggestion-widget-th-insertion-background: hsla(128, 71%, 65%, .12);
|
|
24
|
+
--ck-color-suggestion-widget-th-insertion-background-active: hsla(128, 71%, 50%, .14);
|
|
25
|
+
--ck-color-suggestion-widget-th-deletion-background: hsla(345, 71%, 65%, .14);
|
|
26
|
+
--ck-color-suggestion-widget-th-deletion-background-active: hsla(345, 71%, 45%, .16);
|
|
27
|
+
}
|
|
28
|
+
.ck-content .ck-suggestion-marker-insertion {
|
|
29
|
+
border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
|
|
30
|
+
border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
|
|
31
|
+
background: var(--ck-color-suggestion-marker-insertion-background);
|
|
32
|
+
}
|
|
33
|
+
.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active {
|
|
34
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border-active);
|
|
35
|
+
background: var(--ck-color-suggestion-marker-insertion-background-active);
|
|
36
|
+
}
|
|
37
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget {
|
|
38
|
+
background: none;
|
|
39
|
+
text-decoration: none;
|
|
40
|
+
border: 3px solid var(--ck-color-suggestion-marker-insertion-border);
|
|
41
|
+
}
|
|
42
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active {
|
|
43
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border-active);
|
|
44
|
+
}
|
|
45
|
+
.ck-content .ck-suggestion-marker-deletion {
|
|
46
|
+
border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
|
|
47
|
+
border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
|
|
48
|
+
text-decoration: line-through;
|
|
49
|
+
text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
|
|
50
|
+
text-decoration-thickness: 3px;
|
|
51
|
+
background: var(--ck-color-suggestion-marker-deletion-background);
|
|
52
|
+
}
|
|
53
|
+
.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active {
|
|
54
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border-active);
|
|
55
|
+
background: var(--ck-color-suggestion-marker-deletion-background-active);
|
|
56
|
+
}
|
|
57
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget {
|
|
58
|
+
background: none;
|
|
59
|
+
text-decoration: none;
|
|
60
|
+
border: 3px solid var(--ck-color-suggestion-marker-deletion-border);
|
|
61
|
+
}
|
|
62
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active {
|
|
63
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border-active);
|
|
64
|
+
}
|
|
65
|
+
.ck-content .ck-suggestion-marker-merge::after {
|
|
66
|
+
border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
|
|
67
|
+
border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
|
|
68
|
+
text-decoration: line-through;
|
|
69
|
+
text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
|
|
70
|
+
background: var(--ck-color-suggestion-marker-deletion-background);
|
|
71
|
+
color: var(--ck-color-suggestion-marker-deletion-stroke);
|
|
72
|
+
content: '¶';
|
|
73
|
+
}
|
|
74
|
+
.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active::after {
|
|
75
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border-active);
|
|
76
|
+
background: var(--ck-color-suggestion-marker-deletion-background-active);
|
|
77
|
+
}
|
|
78
|
+
.ck-content .ck-suggestion-marker-split::after {
|
|
79
|
+
border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
|
|
80
|
+
border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
|
|
81
|
+
background: var(--ck-color-suggestion-marker-insertion-background);
|
|
82
|
+
color: var(--ck-color-suggestion-marker-insertion-border);
|
|
83
|
+
content: '¶';
|
|
84
|
+
}
|
|
85
|
+
.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active::after {
|
|
86
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border-active);
|
|
87
|
+
background: var(--ck-color-suggestion-marker-insertion-background-active);
|
|
88
|
+
}
|
|
89
|
+
.ck-content .ck-suggestion-marker-formatInline {
|
|
90
|
+
border-top: 3px solid var(--ck-color-suggestion-marker-format-border);
|
|
91
|
+
border-bottom: 3px solid var(--ck-color-suggestion-marker-format-border);
|
|
92
|
+
}
|
|
93
|
+
.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
|
|
94
|
+
border-color: var(--ck-color-suggestion-marker-format-border-active);
|
|
95
|
+
}
|
|
96
|
+
.ck-content .ck-suggestion-marker-formatInline.ck-widget {
|
|
97
|
+
background: none;
|
|
98
|
+
border: 3px solid var(--ck-color-suggestion-marker-format-border);
|
|
99
|
+
}
|
|
100
|
+
.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active {
|
|
101
|
+
border-color: var(--ck-color-suggestion-marker-format-border-active);
|
|
102
|
+
}
|
|
103
|
+
.ck-content .ck-suggestion-marker-formatBlock {
|
|
104
|
+
border: 0;
|
|
105
|
+
background: none;
|
|
106
|
+
box-shadow: -7px 0 0 0 var(--ck-color-base-background), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
|
|
107
|
+
}
|
|
108
|
+
.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
|
|
109
|
+
box-shadow: -5px 0 0 0 var(--ck-color-base-background), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
|
|
110
|
+
}
|
|
111
|
+
.ck-content ul .ck-suggestion-marker-formatBlock {
|
|
112
|
+
box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border);
|
|
113
|
+
}
|
|
114
|
+
.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
|
|
115
|
+
box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
|
|
116
|
+
}
|
|
117
|
+
.ck-content .ck-widget.image > figcaption.ck-suggestion-marker-deletion {
|
|
118
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
119
|
+
border: none;
|
|
120
|
+
}
|
|
121
|
+
.ck-content .ck-widget.image > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
|
|
122
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
123
|
+
}
|
|
124
|
+
.ck-content .ck-widget.image > figcaption.ck-suggestion-marker-insertion {
|
|
125
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
126
|
+
border: none;
|
|
127
|
+
}
|
|
128
|
+
.ck-content .ck-widget.image > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
|
|
129
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
130
|
+
}
|
|
131
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.image {
|
|
132
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
133
|
+
}
|
|
134
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.image img {
|
|
135
|
+
opacity: 0.6;
|
|
136
|
+
}
|
|
137
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption {
|
|
138
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
139
|
+
}
|
|
140
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active {
|
|
141
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
142
|
+
}
|
|
143
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption {
|
|
144
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
145
|
+
}
|
|
146
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.image {
|
|
147
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
148
|
+
}
|
|
149
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption {
|
|
150
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
151
|
+
}
|
|
152
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active {
|
|
153
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
154
|
+
}
|
|
155
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption {
|
|
156
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
157
|
+
}
|
|
158
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line {
|
|
159
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
160
|
+
}
|
|
161
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
|
|
162
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
163
|
+
}
|
|
164
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line {
|
|
165
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
166
|
+
}
|
|
167
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
|
|
168
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
169
|
+
}
|
|
170
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.media {
|
|
171
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
172
|
+
}
|
|
173
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper {
|
|
174
|
+
opacity: 0.6;
|
|
175
|
+
}
|
|
176
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active {
|
|
177
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
178
|
+
}
|
|
179
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.media {
|
|
180
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
181
|
+
}
|
|
182
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active {
|
|
183
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
184
|
+
}
|
|
185
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break {
|
|
186
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
187
|
+
}
|
|
188
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active {
|
|
189
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
190
|
+
}
|
|
191
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break {
|
|
192
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
193
|
+
}
|
|
194
|
+
.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active {
|
|
195
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
196
|
+
}
|
|
197
|
+
.ck-content figure.table .ck-suggestion-marker-formatBlock {
|
|
198
|
+
box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border);
|
|
199
|
+
}
|
|
200
|
+
.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
|
|
201
|
+
box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
|
|
202
|
+
}
|
|
203
|
+
.ck-content .ck-widget.table > figcaption.ck-suggestion-marker-deletion {
|
|
204
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
205
|
+
border: none;
|
|
206
|
+
}
|
|
207
|
+
.ck-content .ck-widget.table > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
|
|
208
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
209
|
+
}
|
|
210
|
+
.ck-content .ck-widget.table > figcaption.ck-suggestion-marker-insertion {
|
|
211
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
212
|
+
border: none;
|
|
213
|
+
}
|
|
214
|
+
.ck-content .ck-widget.table > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
|
|
215
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
216
|
+
}
|
|
217
|
+
.ck-content .ck-suggestion-marker-insertion.table {
|
|
218
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border);
|
|
219
|
+
}
|
|
220
|
+
.ck-content .ck-suggestion-marker-insertion.table > figcaption {
|
|
221
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
222
|
+
}
|
|
223
|
+
.ck-content .ck-suggestion-marker-insertion.table > table > tbody > tr > th {
|
|
224
|
+
background-color: var(--ck-color-suggestion-widget-th-insertion-background);
|
|
225
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border);
|
|
226
|
+
}
|
|
227
|
+
.ck-content .ck-suggestion-marker-insertion.table > table > thead > tr > th {
|
|
228
|
+
background-color: var(--ck-color-suggestion-widget-th-insertion-background);
|
|
229
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border);
|
|
230
|
+
}
|
|
231
|
+
.ck-content .ck-suggestion-marker-insertion.table > table > tbody > tr > td {
|
|
232
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
233
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border);
|
|
234
|
+
}
|
|
235
|
+
.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table {
|
|
236
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border-active);
|
|
237
|
+
}
|
|
238
|
+
.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > figcaption {
|
|
239
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
240
|
+
}
|
|
241
|
+
.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > th {
|
|
242
|
+
background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
|
|
243
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border-active);
|
|
244
|
+
}
|
|
245
|
+
.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > thead > tr > th {
|
|
246
|
+
background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
|
|
247
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border-active);
|
|
248
|
+
}
|
|
249
|
+
.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > td {
|
|
250
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
251
|
+
border-color: var(--ck-color-suggestion-marker-insertion-border-active);
|
|
252
|
+
}
|
|
253
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.table {
|
|
254
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border);
|
|
255
|
+
}
|
|
256
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.table > figcaption {
|
|
257
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
258
|
+
}
|
|
259
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > th {
|
|
260
|
+
background-color: var(--ck-color-suggestion-widget-th-deletion-background);
|
|
261
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border);
|
|
262
|
+
text-decoration: none;
|
|
263
|
+
}
|
|
264
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > thead > tr > th {
|
|
265
|
+
background-color: var(--ck-color-suggestion-widget-th-deletion-background);
|
|
266
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border);
|
|
267
|
+
text-decoration: none;
|
|
268
|
+
}
|
|
269
|
+
.ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > td {
|
|
270
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
271
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border);
|
|
272
|
+
text-decoration: none;
|
|
273
|
+
}
|
|
274
|
+
.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table {
|
|
275
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border-active);
|
|
276
|
+
}
|
|
277
|
+
.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > figcaption {
|
|
278
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
279
|
+
}
|
|
280
|
+
.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > th {
|
|
281
|
+
background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
|
|
282
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border-active);
|
|
283
|
+
}
|
|
284
|
+
.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > thead > tr > th {
|
|
285
|
+
background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
|
|
286
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border-active);
|
|
287
|
+
}
|
|
288
|
+
.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > td {
|
|
289
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
290
|
+
border-color: var(--ck-color-suggestion-marker-deletion-border-active);
|
|
291
|
+
}
|
|
292
|
+
.ck-content .table th.ck-suggestion-marker-insertion {
|
|
293
|
+
background-color: var(--ck-color-suggestion-widget-th-insertion-background);
|
|
294
|
+
}
|
|
295
|
+
.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
|
|
296
|
+
background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
|
|
297
|
+
}
|
|
298
|
+
.ck-content .table th.ck-suggestion-marker-deletion {
|
|
299
|
+
background-color: var(--ck-color-suggestion-widget-th-deletion-background);
|
|
300
|
+
text-decoration: none;
|
|
301
|
+
}
|
|
302
|
+
.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
|
|
303
|
+
background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
|
|
304
|
+
}
|
|
305
|
+
.ck-content .table td.ck-suggestion-marker-insertion {
|
|
306
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
307
|
+
}
|
|
308
|
+
.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
|
|
309
|
+
background-color: var(--ck-color-suggestion-widget-insertion-background-active);
|
|
310
|
+
}
|
|
311
|
+
.ck-content .table td.ck-suggestion-marker-deletion {
|
|
312
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background);
|
|
313
|
+
text-decoration: none;
|
|
314
|
+
}
|
|
315
|
+
.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
|
|
316
|
+
background-color: var(--ck-color-suggestion-widget-deletion-background-active);
|
|
317
|
+
}
|
|
318
|
+
.ck-content .table th.ck-suggestion-marker-formatInline {
|
|
319
|
+
background-color: var(--ck-color-suggestion-widget-format-background);
|
|
320
|
+
box-shadow: none;
|
|
321
|
+
}
|
|
322
|
+
.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
|
|
323
|
+
background-color: var(--ck-color-suggestion-widget-format-background-active);
|
|
324
|
+
box-shadow: none;
|
|
325
|
+
}
|
|
326
|
+
.ck-content pre > code.ck-suggestion-marker-formatBlock {
|
|
327
|
+
display: block;
|
|
328
|
+
box-shadow: -7px 0 0 0 hsl(0deg 0% 93%), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
|
|
329
|
+
}
|
|
330
|
+
.ck-content pre > code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
|
|
331
|
+
box-shadow: -5px 0 0 0 hsl(0deg 0% 93%), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
|
|
332
|
+
}
|