@ckeditor/ckeditor5-document-outline 41.2.0 → 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.
Files changed (118) hide show
  1. package/build/document-outline.js +1 -1
  2. package/dist/content-index.css +363 -0
  3. package/dist/editor-index.css +420 -0
  4. package/dist/index.css +1154 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/bg.d.ts +8 -0
  8. package/dist/translations/bg.js +23 -0
  9. package/dist/translations/bn.d.ts +8 -0
  10. package/dist/translations/bn.js +23 -0
  11. package/dist/translations/ca.d.ts +8 -0
  12. package/dist/translations/ca.js +23 -0
  13. package/dist/translations/cs.d.ts +8 -0
  14. package/dist/translations/cs.js +23 -0
  15. package/dist/translations/da.d.ts +8 -0
  16. package/dist/translations/da.js +23 -0
  17. package/dist/translations/de.d.ts +8 -0
  18. package/dist/translations/de.js +23 -0
  19. package/dist/translations/el.d.ts +8 -0
  20. package/dist/translations/el.js +23 -0
  21. package/dist/translations/en-au.d.ts +8 -0
  22. package/dist/translations/en-au.js +23 -0
  23. package/dist/translations/en.d.ts +8 -0
  24. package/dist/translations/en.js +23 -0
  25. package/dist/translations/es.d.ts +8 -0
  26. package/dist/translations/es.js +23 -0
  27. package/dist/translations/et.d.ts +8 -0
  28. package/dist/translations/et.js +23 -0
  29. package/dist/translations/fi.d.ts +8 -0
  30. package/dist/translations/fi.js +23 -0
  31. package/dist/translations/fr.d.ts +8 -0
  32. package/dist/translations/fr.js +23 -0
  33. package/dist/translations/gl.d.ts +8 -0
  34. package/dist/translations/gl.js +23 -0
  35. package/dist/translations/he.d.ts +8 -0
  36. package/dist/translations/he.js +23 -0
  37. package/dist/translations/hi.d.ts +8 -0
  38. package/dist/translations/hi.js +23 -0
  39. package/dist/translations/hr.d.ts +8 -0
  40. package/dist/translations/hr.js +23 -0
  41. package/dist/translations/hu.d.ts +8 -0
  42. package/dist/translations/hu.js +23 -0
  43. package/dist/translations/id.d.ts +8 -0
  44. package/dist/translations/id.js +23 -0
  45. package/dist/translations/it.d.ts +8 -0
  46. package/dist/translations/it.js +23 -0
  47. package/dist/translations/ja.d.ts +8 -0
  48. package/dist/translations/ja.js +23 -0
  49. package/dist/translations/ko.d.ts +8 -0
  50. package/dist/translations/ko.js +23 -0
  51. package/dist/translations/lt.d.ts +8 -0
  52. package/dist/translations/lt.js +23 -0
  53. package/dist/translations/lv.d.ts +8 -0
  54. package/dist/translations/lv.js +23 -0
  55. package/dist/translations/ms.d.ts +8 -0
  56. package/dist/translations/ms.js +23 -0
  57. package/dist/translations/nl.d.ts +8 -0
  58. package/dist/translations/nl.js +23 -0
  59. package/dist/translations/no.d.ts +8 -0
  60. package/dist/translations/no.js +23 -0
  61. package/dist/translations/pl.d.ts +8 -0
  62. package/dist/translations/pl.js +23 -0
  63. package/dist/translations/pt-br.d.ts +8 -0
  64. package/dist/translations/pt-br.js +23 -0
  65. package/dist/translations/pt.d.ts +8 -0
  66. package/dist/translations/pt.js +23 -0
  67. package/dist/translations/ro.d.ts +8 -0
  68. package/dist/translations/ro.js +23 -0
  69. package/dist/translations/ru.d.ts +8 -0
  70. package/dist/translations/ru.js +23 -0
  71. package/dist/translations/sk.d.ts +8 -0
  72. package/dist/translations/sk.js +23 -0
  73. package/dist/translations/sr-latn.d.ts +8 -0
  74. package/dist/translations/sr-latn.js +23 -0
  75. package/dist/translations/sr.d.ts +8 -0
  76. package/dist/translations/sr.js +23 -0
  77. package/dist/translations/sv.d.ts +8 -0
  78. package/dist/translations/sv.js +23 -0
  79. package/dist/translations/th.d.ts +8 -0
  80. package/dist/translations/th.js +23 -0
  81. package/dist/translations/tr.d.ts +8 -0
  82. package/dist/translations/tr.js +23 -0
  83. package/dist/translations/ug.d.ts +8 -0
  84. package/dist/translations/ug.js +23 -0
  85. package/dist/translations/uk.d.ts +8 -0
  86. package/dist/translations/uk.js +23 -0
  87. package/dist/translations/vi.d.ts +8 -0
  88. package/dist/translations/vi.js +23 -0
  89. package/dist/translations/zh-cn.d.ts +8 -0
  90. package/dist/translations/zh-cn.js +23 -0
  91. package/dist/translations/zh.d.ts +8 -0
  92. package/dist/translations/zh.js +23 -0
  93. package/dist/types/augmentation.d.ts +31 -0
  94. package/dist/types/documentoutline/documentoutlineui.d.ts +44 -0
  95. package/dist/types/documentoutline/documentoutlineutils.d.ts +70 -0
  96. package/dist/types/documentoutline/ui/documentoutlineitemview.d.ts +55 -0
  97. package/dist/types/documentoutline/ui/documentoutlineview.d.ts +56 -0
  98. package/dist/types/documentoutline/utils.d.ts +21 -0
  99. package/dist/types/documentoutline.d.ts +103 -0
  100. package/dist/types/index.d.ts +20 -0
  101. package/dist/types/tableofcontents/headingid.d.ts +22 -0
  102. package/dist/types/tableofcontents/tableofcontentscommand.d.ts +25 -0
  103. package/dist/types/tableofcontents/tableofcontentsediting.d.ts +41 -0
  104. package/dist/types/tableofcontents/tableofcontentsui.d.ts +31 -0
  105. package/dist/types/tableofcontents.d.ts +30 -0
  106. package/package.json +5 -4
  107. package/src/documentoutline/documentoutlineui.js +1 -1
  108. package/src/documentoutline/documentoutlineutils.js +1 -1
  109. package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
  110. package/src/documentoutline/ui/documentoutlineview.js +1 -1
  111. package/src/documentoutline/utils.js +1 -1
  112. package/src/documentoutline.js +1 -1
  113. package/src/index.js +1 -1
  114. package/src/tableofcontents/headingid.js +1 -1
  115. package/src/tableofcontents/tableofcontentscommand.js +1 -1
  116. package/src/tableofcontents/tableofcontentsediting.js +1 -1
  117. package/src/tableofcontents/tableofcontentsui.js +1 -1
  118. package/src/tableofcontents.js +1 -1
@@ -0,0 +1,363 @@
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-table-of-contents-padding: 1em;
7
+ --ck-table-of-contents-line-height: 1.5;
8
+ --ck-table-of-contents-items-start-padding: 24px;
9
+ --ck-color-suggestion-marker-insertion-border: hsla(128, 71%, 40%, .35);
10
+ --ck-color-suggestion-marker-insertion-border-active: hsla(128, 71%, 25%, .5);
11
+ --ck-color-suggestion-marker-insertion-background: hsla(128, 71%, 65%, .35);
12
+ --ck-color-suggestion-marker-insertion-background-active: hsla(128, 71%, 50%, .5);
13
+ --ck-color-suggestion-marker-deletion-border: hsla(345, 71%, 40%, .35);
14
+ --ck-color-suggestion-marker-deletion-border-active: hsla(345, 71%, 25%, .5);
15
+ --ck-color-suggestion-marker-deletion-background: hsla(345, 71%, 65%, .35);
16
+ --ck-color-suggestion-marker-deletion-background-active: hsla(345, 71%, 50%, .5);
17
+ --ck-color-suggestion-marker-deletion-stroke: hsla(345, 71%, 20%, .5);
18
+ --ck-color-suggestion-marker-format-border: hsla(191, 60%, 75%, 1);
19
+ --ck-color-suggestion-marker-format-border-active: hsla(191, 60%, 60%, 1);
20
+ --ck-color-suggestion-widget-insertion-background: hsla(128, 71%, 65%, .05);
21
+ --ck-color-suggestion-widget-insertion-background-active: hsla(128, 71%, 50%, .07);
22
+ --ck-color-suggestion-widget-deletion-background: hsla(345, 71%, 65%, .05);
23
+ --ck-color-suggestion-widget-deletion-background-active: hsla(345, 71%, 45%, .07);
24
+ --ck-color-suggestion-widget-format-background: hsla(191, 90%, 40%, .09);
25
+ --ck-color-suggestion-widget-format-background-active: hsla(191, 90%, 40%, .16);
26
+ --ck-color-suggestion-widget-th-insertion-background: hsla(128, 71%, 65%, .12);
27
+ --ck-color-suggestion-widget-th-insertion-background-active: hsla(128, 71%, 50%, .14);
28
+ --ck-color-suggestion-widget-th-deletion-background: hsla(345, 71%, 65%, .14);
29
+ --ck-color-suggestion-widget-th-deletion-background-active: hsla(345, 71%, 45%, .16);
30
+ }
31
+ .ck-content .table-of-contents {
32
+ margin: 0.9em auto;
33
+ }
34
+ .ck-content .table-of-contents.table-of-contents_empty {
35
+ display: none;
36
+ }
37
+ .ck-content .table-of-contents .table-of-contents__placeholder {
38
+ margin: 0;
39
+ padding: var(--ck-table-of-contents-padding);
40
+ font-style: italic;
41
+ }
42
+ .ck-content .table-of-contents > ol {
43
+ padding: var(--ck-table-of-contents-padding);
44
+ }
45
+ .ck-content .table-of-contents ol {
46
+ margin: 0;
47
+ line-height: var(--ck-table-of-contents-line-height);
48
+ list-style-type: none;
49
+ }
50
+ .ck-content .table-of-contents ol ol {
51
+ padding-inline-start: var(--ck-table-of-contents-items-start-padding);
52
+ }
53
+ .ck-content .table-of-contents ol li {
54
+ white-space: nowrap;
55
+ text-overflow: ellipsis;
56
+ overflow: hidden;
57
+ cursor: default;
58
+ }
59
+ .ck-content .ck-suggestion-marker-insertion {
60
+ border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
61
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
62
+ background: var(--ck-color-suggestion-marker-insertion-background);
63
+ }
64
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active {
65
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
66
+ background: var(--ck-color-suggestion-marker-insertion-background-active);
67
+ }
68
+ .ck-content .ck-suggestion-marker-insertion.ck-widget {
69
+ background: none;
70
+ text-decoration: none;
71
+ border: 3px solid var(--ck-color-suggestion-marker-insertion-border);
72
+ }
73
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active {
74
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
75
+ }
76
+ .ck-content .ck-suggestion-marker-deletion {
77
+ border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
78
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
79
+ text-decoration: line-through;
80
+ text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
81
+ text-decoration-thickness: 3px;
82
+ background: var(--ck-color-suggestion-marker-deletion-background);
83
+ }
84
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active {
85
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
86
+ background: var(--ck-color-suggestion-marker-deletion-background-active);
87
+ }
88
+ .ck-content .ck-suggestion-marker-deletion.ck-widget {
89
+ background: none;
90
+ text-decoration: none;
91
+ border: 3px solid var(--ck-color-suggestion-marker-deletion-border);
92
+ }
93
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active {
94
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
95
+ }
96
+ .ck-content .ck-suggestion-marker-merge::after {
97
+ border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
98
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
99
+ text-decoration: line-through;
100
+ text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
101
+ background: var(--ck-color-suggestion-marker-deletion-background);
102
+ color: var(--ck-color-suggestion-marker-deletion-stroke);
103
+ content: '¶';
104
+ }
105
+ .ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active::after {
106
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
107
+ background: var(--ck-color-suggestion-marker-deletion-background-active);
108
+ }
109
+ .ck-content .ck-suggestion-marker-split::after {
110
+ border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
111
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
112
+ background: var(--ck-color-suggestion-marker-insertion-background);
113
+ color: var(--ck-color-suggestion-marker-insertion-border);
114
+ content: '¶';
115
+ }
116
+ .ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active::after {
117
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
118
+ background: var(--ck-color-suggestion-marker-insertion-background-active);
119
+ }
120
+ .ck-content .ck-suggestion-marker-formatInline {
121
+ border-top: 3px solid var(--ck-color-suggestion-marker-format-border);
122
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-format-border);
123
+ }
124
+ .ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
125
+ border-color: var(--ck-color-suggestion-marker-format-border-active);
126
+ }
127
+ .ck-content .ck-suggestion-marker-formatInline.ck-widget {
128
+ background: none;
129
+ border: 3px solid var(--ck-color-suggestion-marker-format-border);
130
+ }
131
+ .ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active {
132
+ border-color: var(--ck-color-suggestion-marker-format-border-active);
133
+ }
134
+ .ck-content .ck-suggestion-marker-formatBlock {
135
+ border: 0;
136
+ background: none;
137
+ box-shadow: -7px 0 0 0 var(--ck-color-base-background), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
138
+ }
139
+ .ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
140
+ box-shadow: -5px 0 0 0 var(--ck-color-base-background), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
141
+ }
142
+ .ck-content ul .ck-suggestion-marker-formatBlock {
143
+ box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border);
144
+ }
145
+ .ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
146
+ box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
147
+ }
148
+ .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-deletion {
149
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
150
+ border: none;
151
+ }
152
+ .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
153
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
154
+ }
155
+ .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-insertion {
156
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
157
+ border: none;
158
+ }
159
+ .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
160
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
161
+ }
162
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image {
163
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
164
+ }
165
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image img {
166
+ opacity: 0.6;
167
+ }
168
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption {
169
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
170
+ }
171
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active {
172
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
173
+ }
174
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption {
175
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
176
+ }
177
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.image {
178
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
179
+ }
180
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption {
181
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
182
+ }
183
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active {
184
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
185
+ }
186
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption {
187
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
188
+ }
189
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line {
190
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
191
+ }
192
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
193
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
194
+ }
195
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line {
196
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
197
+ }
198
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
199
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
200
+ }
201
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.media {
202
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
203
+ }
204
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper {
205
+ opacity: 0.6;
206
+ }
207
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active {
208
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
209
+ }
210
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.media {
211
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
212
+ }
213
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active {
214
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
215
+ }
216
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.page-break {
217
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
218
+ }
219
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active {
220
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
221
+ }
222
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.page-break {
223
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
224
+ }
225
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active {
226
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
227
+ }
228
+ .ck-content figure.table .ck-suggestion-marker-formatBlock {
229
+ box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border);
230
+ }
231
+ .ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
232
+ box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
233
+ }
234
+ .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-deletion {
235
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
236
+ border: none;
237
+ }
238
+ .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
239
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
240
+ }
241
+ .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-insertion {
242
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
243
+ border: none;
244
+ }
245
+ .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
246
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
247
+ }
248
+ .ck-content .ck-suggestion-marker-insertion.table {
249
+ border-color: var(--ck-color-suggestion-marker-insertion-border);
250
+ }
251
+ .ck-content .ck-suggestion-marker-insertion.table > figcaption {
252
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
253
+ }
254
+ .ck-content .ck-suggestion-marker-insertion.table > table > tbody > tr > th {
255
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background);
256
+ border-color: var(--ck-color-suggestion-marker-insertion-border);
257
+ }
258
+ .ck-content .ck-suggestion-marker-insertion.table > table > thead > tr > th {
259
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background);
260
+ border-color: var(--ck-color-suggestion-marker-insertion-border);
261
+ }
262
+ .ck-content .ck-suggestion-marker-insertion.table > table > tbody > tr > td {
263
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
264
+ border-color: var(--ck-color-suggestion-marker-insertion-border);
265
+ }
266
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table {
267
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
268
+ }
269
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > figcaption {
270
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
271
+ }
272
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > th {
273
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
274
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
275
+ }
276
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > thead > tr > th {
277
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
278
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
279
+ }
280
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > td {
281
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
282
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
283
+ }
284
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table {
285
+ border-color: var(--ck-color-suggestion-marker-deletion-border);
286
+ }
287
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table > figcaption {
288
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
289
+ }
290
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > th {
291
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background);
292
+ border-color: var(--ck-color-suggestion-marker-deletion-border);
293
+ text-decoration: none;
294
+ }
295
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > thead > tr > th {
296
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background);
297
+ border-color: var(--ck-color-suggestion-marker-deletion-border);
298
+ text-decoration: none;
299
+ }
300
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > td {
301
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
302
+ border-color: var(--ck-color-suggestion-marker-deletion-border);
303
+ text-decoration: none;
304
+ }
305
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table {
306
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
307
+ }
308
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > figcaption {
309
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
310
+ }
311
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > th {
312
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
313
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
314
+ }
315
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > thead > tr > th {
316
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
317
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
318
+ }
319
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > td {
320
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
321
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
322
+ }
323
+ .ck-content .table th.ck-suggestion-marker-insertion {
324
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background);
325
+ }
326
+ .ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
327
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
328
+ }
329
+ .ck-content .table th.ck-suggestion-marker-deletion {
330
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background);
331
+ text-decoration: none;
332
+ }
333
+ .ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
334
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
335
+ }
336
+ .ck-content .table td.ck-suggestion-marker-insertion {
337
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
338
+ }
339
+ .ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
340
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
341
+ }
342
+ .ck-content .table td.ck-suggestion-marker-deletion {
343
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
344
+ text-decoration: none;
345
+ }
346
+ .ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
347
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
348
+ }
349
+ .ck-content .table th.ck-suggestion-marker-formatInline {
350
+ background-color: var(--ck-color-suggestion-widget-format-background);
351
+ box-shadow: none;
352
+ }
353
+ .ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
354
+ background-color: var(--ck-color-suggestion-widget-format-background-active);
355
+ box-shadow: none;
356
+ }
357
+ .ck-content pre > code.ck-suggestion-marker-formatBlock {
358
+ display: block;
359
+ box-shadow: -7px 0 0 0 hsl(0deg 0% 93%), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
360
+ }
361
+ .ck-content pre > code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
362
+ box-shadow: -5px 0 0 0 hsl(0deg 0% 93%), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
363
+ }