@dangl/angular-material-shared 2.9.0-beta0047 → 2.9.0-beta0048

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 (165) hide show
  1. package/package.json +1 -1
  2. package/tinymce-assets/icons/default/icons.js +9 -46
  3. package/tinymce-assets/icons/default/icons.min.js +1 -1
  4. package/tinymce-assets/models/dom/model.js +7239 -8193
  5. package/tinymce-assets/models/dom/model.min.js +1 -1
  6. package/tinymce-assets/plugins/accordion/plugin.js +879 -1174
  7. package/tinymce-assets/plugins/accordion/plugin.min.js +5 -1
  8. package/tinymce-assets/plugins/advlist/plugin.js +200 -412
  9. package/tinymce-assets/plugins/advlist/plugin.min.js +5 -1
  10. package/tinymce-assets/plugins/anchor/plugin.js +166 -189
  11. package/tinymce-assets/plugins/anchor/plugin.min.js +5 -1
  12. package/tinymce-assets/plugins/autolink/plugin.js +220 -310
  13. package/tinymce-assets/plugins/autolink/plugin.min.js +5 -1
  14. package/tinymce-assets/plugins/autoresize/plugin.js +149 -180
  15. package/tinymce-assets/plugins/autoresize/plugin.min.js +5 -1
  16. package/tinymce-assets/plugins/autosave/plugin.js +189 -208
  17. package/tinymce-assets/plugins/autosave/plugin.min.js +5 -1
  18. package/tinymce-assets/plugins/charmap/plugin.js +1566 -905
  19. package/tinymce-assets/plugins/charmap/plugin.min.js +5 -1
  20. package/tinymce-assets/plugins/code/plugin.js +61 -73
  21. package/tinymce-assets/plugins/code/plugin.min.js +4 -0
  22. package/tinymce-assets/plugins/codesample/plugin.js +2409 -3592
  23. package/tinymce-assets/plugins/codesample/plugin.min.js +12 -8
  24. package/tinymce-assets/plugins/directionality/plugin.js +304 -545
  25. package/tinymce-assets/plugins/directionality/plugin.min.js +5 -1
  26. package/tinymce-assets/plugins/emoticons/plugin.js +488 -702
  27. package/tinymce-assets/plugins/emoticons/plugin.min.js +5 -1
  28. package/tinymce-assets/plugins/fullscreen/plugin.js +1049 -1409
  29. package/tinymce-assets/plugins/fullscreen/plugin.min.js +5 -1
  30. package/tinymce-assets/plugins/help/js/i18n/keynav/ar.js +1 -4
  31. package/tinymce-assets/plugins/help/js/i18n/keynav/bg_BG.js +1 -4
  32. package/tinymce-assets/plugins/help/js/i18n/keynav/ca.js +1 -4
  33. package/tinymce-assets/plugins/help/js/i18n/keynav/cs.js +1 -4
  34. package/tinymce-assets/plugins/help/js/i18n/keynav/da.js +1 -4
  35. package/tinymce-assets/plugins/help/js/i18n/keynav/de.js +1 -4
  36. package/tinymce-assets/plugins/help/js/i18n/keynav/el.js +1 -4
  37. package/tinymce-assets/plugins/help/js/i18n/keynav/en.js +1 -4
  38. package/tinymce-assets/plugins/help/js/i18n/keynav/es.js +1 -4
  39. package/tinymce-assets/plugins/help/js/i18n/keynav/eu.js +1 -4
  40. package/tinymce-assets/plugins/help/js/i18n/keynav/fa.js +1 -4
  41. package/tinymce-assets/plugins/help/js/i18n/keynav/fi.js +1 -4
  42. package/tinymce-assets/plugins/help/js/i18n/keynav/fr_FR.js +1 -4
  43. package/tinymce-assets/plugins/help/js/i18n/keynav/he_IL.js +1 -4
  44. package/tinymce-assets/plugins/help/js/i18n/keynav/hi.js +1 -4
  45. package/tinymce-assets/plugins/help/js/i18n/keynav/hr.js +1 -4
  46. package/tinymce-assets/plugins/help/js/i18n/keynav/hu_HU.js +1 -4
  47. package/tinymce-assets/plugins/help/js/i18n/keynav/id.js +1 -4
  48. package/tinymce-assets/plugins/help/js/i18n/keynav/it.js +1 -4
  49. package/tinymce-assets/plugins/help/js/i18n/keynav/ja.js +1 -4
  50. package/tinymce-assets/plugins/help/js/i18n/keynav/kk.js +1 -4
  51. package/tinymce-assets/plugins/help/js/i18n/keynav/ko_KR.js +1 -4
  52. package/tinymce-assets/plugins/help/js/i18n/keynav/ms.js +1 -4
  53. package/tinymce-assets/plugins/help/js/i18n/keynav/nb_NO.js +1 -4
  54. package/tinymce-assets/plugins/help/js/i18n/keynav/nl.js +1 -4
  55. package/tinymce-assets/plugins/help/js/i18n/keynav/pl.js +1 -4
  56. package/tinymce-assets/plugins/help/js/i18n/keynav/pt_BR.js +1 -4
  57. package/tinymce-assets/plugins/help/js/i18n/keynav/pt_PT.js +1 -4
  58. package/tinymce-assets/plugins/help/js/i18n/keynav/ro.js +1 -4
  59. package/tinymce-assets/plugins/help/js/i18n/keynav/ru.js +1 -4
  60. package/tinymce-assets/plugins/help/js/i18n/keynav/sk.js +1 -4
  61. package/tinymce-assets/plugins/help/js/i18n/keynav/sl_SI.js +2 -5
  62. package/tinymce-assets/plugins/help/js/i18n/keynav/sv_SE.js +1 -4
  63. package/tinymce-assets/plugins/help/js/i18n/keynav/th_TH.js +1 -4
  64. package/tinymce-assets/plugins/help/js/i18n/keynav/tr.js +1 -4
  65. package/tinymce-assets/plugins/help/js/i18n/keynav/uk.js +1 -4
  66. package/tinymce-assets/plugins/help/js/i18n/keynav/vi.js +1 -4
  67. package/tinymce-assets/plugins/help/js/i18n/keynav/zh_CN.js +5 -8
  68. package/tinymce-assets/plugins/help/js/i18n/keynav/zh_TW.js +1 -4
  69. package/tinymce-assets/plugins/help/plugin.js +809 -739
  70. package/tinymce-assets/plugins/help/plugin.min.js +5 -1
  71. package/tinymce-assets/plugins/image/plugin.js +1291 -1475
  72. package/tinymce-assets/plugins/image/plugin.min.js +5 -1
  73. package/tinymce-assets/plugins/importcss/plugin.js +269 -328
  74. package/tinymce-assets/plugins/importcss/plugin.min.js +5 -1
  75. package/tinymce-assets/plugins/insertdatetime/plugin.js +141 -140
  76. package/tinymce-assets/plugins/insertdatetime/plugin.min.js +5 -1
  77. package/tinymce-assets/plugins/link/plugin.js +1084 -1419
  78. package/tinymce-assets/plugins/link/plugin.min.js +5 -1
  79. package/tinymce-assets/plugins/lists/plugin.js +1805 -2177
  80. package/tinymce-assets/plugins/lists/plugin.min.js +5 -1
  81. package/tinymce-assets/plugins/media/plugin.js +1047 -1305
  82. package/tinymce-assets/plugins/media/plugin.min.js +5 -1
  83. package/tinymce-assets/plugins/nonbreaking/plugin.js +88 -93
  84. package/tinymce-assets/plugins/nonbreaking/plugin.min.js +4 -0
  85. package/tinymce-assets/plugins/pagebreak/plugin.js +85 -91
  86. package/tinymce-assets/plugins/pagebreak/plugin.min.js +4 -0
  87. package/tinymce-assets/plugins/preview/plugin.js +74 -742
  88. package/tinymce-assets/plugins/preview/plugin.min.js +5 -1
  89. package/tinymce-assets/plugins/quickbars/plugin.js +375 -582
  90. package/tinymce-assets/plugins/quickbars/plugin.min.js +5 -1
  91. package/tinymce-assets/plugins/save/plugin.js +82 -100
  92. package/tinymce-assets/plugins/save/plugin.min.js +5 -1
  93. package/tinymce-assets/plugins/searchreplace/plugin.js +906 -1183
  94. package/tinymce-assets/plugins/searchreplace/plugin.min.js +5 -1
  95. package/tinymce-assets/plugins/table/plugin.js +3094 -3651
  96. package/tinymce-assets/plugins/table/plugin.min.js +5 -1
  97. package/tinymce-assets/plugins/template/index.js +7 -0
  98. package/tinymce-assets/plugins/template/plugin.js +567 -0
  99. package/tinymce-assets/plugins/template/plugin.min.js +5 -0
  100. package/tinymce-assets/plugins/visualblocks/plugin.js +63 -71
  101. package/tinymce-assets/plugins/visualblocks/plugin.min.js +5 -1
  102. package/tinymce-assets/plugins/visualchars/plugin.js +436 -685
  103. package/tinymce-assets/plugins/visualchars/plugin.min.js +5 -1
  104. package/tinymce-assets/plugins/wordcount/plugin.js +307 -382
  105. package/tinymce-assets/plugins/wordcount/plugin.min.js +5 -1
  106. package/tinymce-assets/skins/content/dark/content.css +4 -0
  107. package/tinymce-assets/skins/content/dark/content.js +6 -1
  108. package/tinymce-assets/skins/content/dark/content.min.css +4 -0
  109. package/tinymce-assets/skins/content/default/content.css +4 -0
  110. package/tinymce-assets/skins/content/default/content.js +6 -1
  111. package/tinymce-assets/skins/content/default/content.min.css +4 -0
  112. package/tinymce-assets/skins/content/document/content.css +4 -0
  113. package/tinymce-assets/skins/content/document/content.js +6 -1
  114. package/tinymce-assets/skins/content/document/content.min.css +4 -0
  115. package/tinymce-assets/skins/content/tinymce-5/content.css +4 -0
  116. package/tinymce-assets/skins/content/tinymce-5/content.js +6 -1
  117. package/tinymce-assets/skins/content/tinymce-5/content.min.css +4 -0
  118. package/tinymce-assets/skins/content/tinymce-5-dark/content.css +4 -0
  119. package/tinymce-assets/skins/content/tinymce-5-dark/content.js +6 -1
  120. package/tinymce-assets/skins/content/tinymce-5-dark/content.min.css +4 -0
  121. package/tinymce-assets/skins/content/writer/content.css +4 -0
  122. package/tinymce-assets/skins/content/writer/content.js +6 -1
  123. package/tinymce-assets/skins/content/writer/content.min.css +4 -0
  124. package/tinymce-assets/skins/ui/oxide/content.css +53 -148
  125. package/tinymce-assets/skins/ui/oxide/content.inline.css +53 -148
  126. package/tinymce-assets/skins/ui/oxide/content.inline.js +6 -1
  127. package/tinymce-assets/skins/ui/oxide/content.inline.min.css +5 -1
  128. package/tinymce-assets/skins/ui/oxide/content.js +6 -1
  129. package/tinymce-assets/skins/ui/oxide/content.min.css +5 -1
  130. package/tinymce-assets/skins/ui/oxide/skin.css +207 -1585
  131. package/tinymce-assets/skins/ui/oxide/skin.js +2 -1
  132. package/tinymce-assets/skins/ui/oxide/skin.min.css +1 -1
  133. package/tinymce-assets/skins/ui/oxide/skin.shadowdom.js +2 -1
  134. package/tinymce-assets/skins/ui/oxide-dark/content.css +46 -148
  135. package/tinymce-assets/skins/ui/oxide-dark/content.inline.css +53 -148
  136. package/tinymce-assets/skins/ui/oxide-dark/content.inline.js +6 -1
  137. package/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +5 -1
  138. package/tinymce-assets/skins/ui/oxide-dark/content.js +6 -1
  139. package/tinymce-assets/skins/ui/oxide-dark/content.min.css +5 -1
  140. package/tinymce-assets/skins/ui/oxide-dark/skin.css +219 -1597
  141. package/tinymce-assets/skins/ui/oxide-dark/skin.js +2 -1
  142. package/tinymce-assets/skins/ui/oxide-dark/skin.min.css +1 -1
  143. package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.js +2 -1
  144. package/tinymce-assets/skins/ui/tinymce-5/content.css +53 -148
  145. package/tinymce-assets/skins/ui/tinymce-5/content.inline.css +53 -148
  146. package/tinymce-assets/skins/ui/tinymce-5/content.inline.js +6 -1
  147. package/tinymce-assets/skins/ui/tinymce-5/content.inline.min.css +5 -1
  148. package/tinymce-assets/skins/ui/tinymce-5/content.js +6 -1
  149. package/tinymce-assets/skins/ui/tinymce-5/content.min.css +5 -1
  150. package/tinymce-assets/skins/ui/tinymce-5/skin.css +194 -1597
  151. package/tinymce-assets/skins/ui/tinymce-5/skin.js +2 -1
  152. package/tinymce-assets/skins/ui/tinymce-5/skin.min.css +1 -1
  153. package/tinymce-assets/skins/ui/tinymce-5/skin.shadowdom.js +2 -1
  154. package/tinymce-assets/skins/ui/tinymce-5-dark/content.css +46 -148
  155. package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.css +53 -148
  156. package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.js +6 -1
  157. package/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.min.css +5 -1
  158. package/tinymce-assets/skins/ui/tinymce-5-dark/content.js +6 -1
  159. package/tinymce-assets/skins/ui/tinymce-5-dark/content.min.css +5 -1
  160. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.css +202 -1605
  161. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.js +2 -1
  162. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.min.css +1 -1
  163. package/tinymce-assets/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -1
  164. package/tinymce-assets/themes/silver/theme.js +28439 -32466
  165. package/tinymce-assets/themes/silver/theme.min.js +1 -1
@@ -2,19 +2,15 @@
2
2
 
3
3
  /**
4
4
  * http://prismjs.com/
5
+ * @license MIT <https://opensource.org/licenses/MIT>
6
+ * @author Lea Verou <https://lea.verou.me>
7
+ * @see https://github.com/PrismJS/prism/blob/master/LICENSE
8
+ *
5
9
  * Dracula Theme originally by Zeno Rocha [@zenorocha]
6
10
  * https://draculatheme.com/
7
11
  *
8
12
  * Ported for PrismJS by Albert Vallverdu [@byverdu]
9
13
  */
10
- @keyframes tox-rotation {
11
- 0% {
12
- transform: rotate(0deg);
13
- }
14
- 100% {
15
- transform: rotate(360deg);
16
- }
17
- }
18
14
  .mce-content-body .mce-item-anchor {
19
15
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
20
16
  }
@@ -26,6 +22,7 @@
26
22
  -webkit-user-modify: read-only;
27
23
  -moz-user-modify: read-only;
28
24
  -webkit-user-select: all;
25
+ -moz-user-select: all;
29
26
  user-select: all;
30
27
  width: 8px !important;
31
28
  }
@@ -42,40 +39,23 @@
42
39
  .tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
43
40
  .tox-comments-visible span.tox-comment > video:not([data-mce-selected]),
44
41
  .tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]) {
45
- outline: 3px solid #ffe796;
42
+ outline: 3px solid #ffe89d;
46
43
  }
47
44
  .tox-comments-visible .tox-comment[contenteditable="false"][data-mce-annotation-active="true"]:not([data-mce-selected]) {
48
- outline: 3px solid #ffcf30;
49
- }
50
- .tox-comments-visible span.tox-comment:not([data-mce-selected]) {
51
- background-color: #ffe796;
52
- outline: none;
53
- }
54
- .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
55
- background-color: #ffcf30;
56
- }
57
- .tox-comments-visible span.tox-comment[data-mce-selected] {
58
- background-color: #ffcf30;
59
- border-radius: 3px;
60
- box-shadow: 0 0 0 2px #006ce7;
61
- }
62
- .tox-comments-visible span.tox-comment[data-mce-selected]:has(img[data-mce-selected],
63
- > audio[data-mce-selected],
64
- > video[data-mce-selected],
65
- span.mce-preview-object[data-mce-selected]) {
66
- box-shadow: none;
67
- }
68
- .tox-comments-visible span.tox-comment[data-mce-selected] img:not([data-mce-selected]),
69
- .tox-comments-visible span.tox-comment[data-mce-selected] > audio:not([data-mce-selected]),
70
- .tox-comments-visible span.tox-comment[data-mce-selected] > video:not([data-mce-selected]),
71
- .tox-comments-visible span.tox-comment[data-mce-selected] span.mce-preview-object:not([data-mce-selected]) {
72
- box-shadow: 0 0 0 5px #006ce7;
45
+ outline: 3px solid #fed635;
73
46
  }
74
47
  .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] img:not([data-mce-selected]),
75
48
  .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > audio:not([data-mce-selected]),
76
49
  .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > video:not([data-mce-selected]),
77
50
  .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] span.mce-preview-object:not([data-mce-selected]) {
78
- outline: 3px solid #ffcf30;
51
+ outline: 3px solid #fed635;
52
+ }
53
+ .tox-comments-visible span.tox-comment:not([data-mce-selected]) {
54
+ background-color: #ffe89d;
55
+ outline: none;
56
+ }
57
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
58
+ background-color: #fed635;
79
59
  }
80
60
  .tox-checklist > li:not(.tox-checklist--hidden) {
81
61
  list-style: none;
@@ -117,9 +97,18 @@ pre[class*="language-"] {
117
97
  word-break: normal;
118
98
  word-wrap: normal;
119
99
  line-height: 1.5;
100
+ -moz-tab-size: 4;
120
101
  tab-size: 4;
102
+ -webkit-hyphens: none;
121
103
  hyphens: none;
122
104
  }
105
+ pre[class*="language-"]::-moz-selection,
106
+ pre[class*="language-"] ::-moz-selection,
107
+ code[class*="language-"]::-moz-selection,
108
+ code[class*="language-"] ::-moz-selection {
109
+ text-shadow: none;
110
+ background: #b3d4fc;
111
+ }
123
112
  pre[class*="language-"]::selection,
124
113
  pre[class*="language-"] ::selection,
125
114
  code[class*="language-"]::selection,
@@ -247,21 +236,19 @@ pre[class*="language-"] {
247
236
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
248
237
  }
249
238
  div.mce-footnotes hr {
250
- margin-inline: 0 auto;
239
+ margin-inline-end: auto;
240
+ margin-inline-start: 0;
251
241
  width: 25%;
252
242
  }
253
243
  div.mce-footnotes li > a.mce-footnotes-backlink {
254
- -webkit-text-decoration: none;
255
244
  text-decoration: none;
256
245
  }
257
246
  @media print {
258
247
  sup.mce-footnote a {
259
248
  color: black;
260
- -webkit-text-decoration: none;
261
249
  text-decoration: none;
262
250
  }
263
251
  div.mce-footnotes {
264
- page-break-inside: avoid;
265
252
  break-inside: avoid;
266
253
  width: 100%;
267
254
  }
@@ -269,16 +256,6 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
269
256
  display: none;
270
257
  }
271
258
  }
272
- /* stylelint-disable selector-type-no-unknown */
273
- tiny-math-block {
274
- display: flex;
275
- justify-content: center;
276
- margin: 16px 0 16px 0;
277
- }
278
- tiny-math-inline {
279
- display: inline-block;
280
- }
281
- /* stylelint-enable selector-type-no-unknown */
282
259
  .mce-content-body figure.align-left {
283
260
  float: left;
284
261
  }
@@ -294,11 +271,11 @@ tiny-math-inline {
294
271
  border: 1px solid gray;
295
272
  display: inline-block;
296
273
  line-height: 0;
297
- margin: 0 2px;
274
+ margin: 0 2px 0 2px;
298
275
  position: relative;
299
276
  }
300
277
  .mce-preview-object .mce-shim {
301
- background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
278
+ background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
302
279
  height: 100%;
303
280
  left: 0;
304
281
  position: absolute;
@@ -311,6 +288,7 @@ tiny-math-inline {
311
288
  .mce-content-body .mce-mergetag {
312
289
  cursor: default !important;
313
290
  -webkit-user-select: none;
291
+ -moz-user-select: none;
314
292
  user-select: none;
315
293
  }
316
294
  .mce-content-body .mce-mergetag:hover {
@@ -394,13 +372,6 @@ tiny-math-inline {
394
372
  content: attr(data-mce-placeholder);
395
373
  position: absolute;
396
374
  }
397
- @media (forced-colors: active) {
398
- .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
399
- color: highlight;
400
- filter: brightness(30%);
401
- z-index: -1;
402
- }
403
- }
404
375
  .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
405
376
  left: 1px;
406
377
  }
@@ -449,7 +420,7 @@ tiny-math-inline {
449
420
  }
450
421
  .mce-content-body .mce-resize-helper {
451
422
  background: #555;
452
- background: rgba(0 0 0%);
423
+ background: rgba(0, 0, 0, 0.75);
453
424
  border: 1px;
454
425
  border-radius: 3px;
455
426
  color: white;
@@ -540,6 +511,10 @@ tiny-math-inline {
540
511
  background: #39f;
541
512
  color: #fff;
542
513
  }
514
+ .mce-match-marker-selected::-moz-selection {
515
+ background: #39f;
516
+ color: #fff;
517
+ }
543
518
  .mce-match-marker-selected::selection {
544
519
  background: #39f;
545
520
  color: #fff;
@@ -567,6 +542,10 @@ tiny-math-inline {
567
542
  cursor: not-allowed;
568
543
  outline: 3px solid #b4d7ff;
569
544
  }
545
+ .mce-content-body.mce-content-readonly *[contentEditable=true]:focus,
546
+ .mce-content-body.mce-content-readonly *[contentEditable=true]:hover {
547
+ outline: none;
548
+ }
570
549
  .mce-content-body *[data-mce-selected="inline-boundary"] {
571
550
  background-color: #b4d7ff;
572
551
  }
@@ -577,6 +556,10 @@ tiny-math-inline {
577
556
  .mce-content-body th[data-mce-selected] {
578
557
  position: relative;
579
558
  }
559
+ .mce-content-body td[data-mce-selected]::-moz-selection,
560
+ .mce-content-body th[data-mce-selected]::-moz-selection {
561
+ background: none;
562
+ }
580
563
  .mce-content-body td[data-mce-selected]::selection,
581
564
  .mce-content-body th[data-mce-selected]::selection {
582
565
  background: none;
@@ -586,6 +569,7 @@ tiny-math-inline {
586
569
  outline: none;
587
570
  -webkit-touch-callout: none;
588
571
  -webkit-user-select: none;
572
+ -moz-user-select: none;
589
573
  user-select: none;
590
574
  }
591
575
  .mce-content-body td[data-mce-selected]::after,
@@ -600,6 +584,15 @@ tiny-math-inline {
600
584
  right: -1px;
601
585
  top: -1px;
602
586
  }
587
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
588
+ .mce-content-body td[data-mce-selected]::after,
589
+ .mce-content-body th[data-mce-selected]::after {
590
+ border-color: rgba(0, 84, 180, 0.7);
591
+ }
592
+ }
593
+ .mce-content-body img[data-mce-selected]::-moz-selection {
594
+ background: none;
595
+ }
603
596
  .mce-content-body img[data-mce-selected]::selection {
604
597
  background: none;
605
598
  }
@@ -607,6 +600,7 @@ tiny-math-inline {
607
600
  background-color: #b4d7ff;
608
601
  opacity: 0;
609
602
  -webkit-user-select: none;
603
+ -moz-user-select: none;
610
604
  user-select: none;
611
605
  }
612
606
  .ephox-snooker-resizer-cols {
@@ -659,61 +653,6 @@ table[style*="border-width: 0px"] caption,
659
653
  .mce-item-table[border="0"] caption {
660
654
  border: 1px dashed #bbb;
661
655
  }
662
- .tox-uc-loading-background {
663
- width: 100%;
664
- height: 100%;
665
- background: rgba(255, 255, 255, 0.5);
666
- }
667
- .tox-uc-loading-spinner-wrapper {
668
- width: 100%;
669
- height: 100%;
670
- display: flex;
671
- justify-content: center;
672
- align-items: center;
673
- }
674
- .tox-uc-loading-spinner {
675
- width: min(24px, 30%);
676
- aspect-ratio: 1;
677
- border-radius: 50%;
678
- border: 3px solid #006ce7;
679
- border-bottom-color: transparent;
680
- animation: tox-rotation 1s linear infinite;
681
- }
682
- .tox-uploadcare-placeholder {
683
- all: initial;
684
- display: inline-block;
685
- position: relative;
686
- width: min(100%, 600px);
687
- height: 80px;
688
- --tox-uploadcare-placeholder--content-cursor: auto !important;
689
- --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7);
690
- --tox-uploadcare-placeholder--content-background-color: #fff;
691
- --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3;
692
- --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif;
693
- --tox-uploadcare-placeholder--content-height: 100%;
694
- --tox-uploadcare-placeholder--content-width: 100%;
695
- --tox-uploadcare-placeholder--content-display: inline-flex;
696
- --tox-uploadcare-placeholder--content-align-items: center;
697
- --tox-uploadcare-placeholder--content-justify-content: center;
698
- --tox-uploadcare-placeholder--content-gap: 8px;
699
- --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7);
700
- --tox-uploadcare-placeholder--icon-min-width: 24px;
701
- --tox-uc-loading-spinner-wrapper-display-none: none;
702
- --tox-uc-loading-spinner-wrapper-display: flex;
703
- --tox-uc-loading-spinner-wrapper-position: absolute;
704
- --tox-uc-loading-spinner-wrapper-top: 0;
705
- --tox-uc-loading-spinner-wrapper-left: 0;
706
- --tox-uc-loading-spinner-wrapper-width: 100%;
707
- --tox-uc-loading-spinner-wrapper-height: 100%;
708
- --tox-uc-loading-spinner-wrapper-justify-content: center;
709
- --tox-uc-loading-spinner-wrapper-align-items: center;
710
- --tox-uc-loading-spinner-aspect-ratio: 1 / 1;
711
- --tox-uc-loading-spinner-width: min(24px, 30%);
712
- --tox-uc-loading-spinner-border-radius: 50%;
713
- --tox-uc-loading-spinner-border: 3px solid #006ce7;
714
- --tox-uc-loading-spinner-border-bottom-color: transparent;
715
- --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite;
716
- }
717
656
  .mce-visualblocks p,
718
657
  .mce-visualblocks h1,
719
658
  .mce-visualblocks h2,
@@ -851,40 +790,6 @@ table[style*="border-width: 0px"] caption,
851
790
  .mce-shy::after {
852
791
  content: '-';
853
792
  }
854
- [data-ephox-foam-a11y-violation] {
855
- outline: 2px solid;
856
- position: relative;
857
- }
858
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] {
859
- outline-width: 4px;
860
- transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out;
861
- box-shadow: 0 0 0 99999px #222f3e80;
862
- z-index: 1;
863
- }
864
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] {
865
- outline-color: #006ce7;
866
- }
867
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] {
868
- outline-color: #FFCC00;
869
- }
870
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] {
871
- outline-color: #c00;
872
- }
873
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="info"] {
874
- outline-color: #006ce7;
875
- background-color: #e6f0fd;
876
- }
877
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="warning"] {
878
- outline-color: #FFCC00;
879
- background-color: #fffae6;
880
- }
881
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="error"] {
882
- outline-color: #c00;
883
- background-color: #fae6e6;
884
- }
885
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation]:is(td, th, tr) {
886
- position: static;
887
- }
888
793
  body {
889
794
  font-family: sans-serif;
890
795
  }
@@ -2,19 +2,15 @@
2
2
 
3
3
  /**
4
4
  * http://prismjs.com/
5
+ * @license MIT <https://opensource.org/licenses/MIT>
6
+ * @author Lea Verou <https://lea.verou.me>
7
+ * @see https://github.com/PrismJS/prism/blob/master/LICENSE
8
+ *
5
9
  * Dracula Theme originally by Zeno Rocha [@zenorocha]
6
10
  * https://draculatheme.com/
7
11
  *
8
12
  * Ported for PrismJS by Albert Vallverdu [@byverdu]
9
13
  */
10
- @keyframes tox-rotation {
11
- 0% {
12
- transform: rotate(0deg);
13
- }
14
- 100% {
15
- transform: rotate(360deg);
16
- }
17
- }
18
14
  .mce-content-body .mce-item-anchor {
19
15
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
20
16
  }
@@ -26,6 +22,7 @@
26
22
  -webkit-user-modify: read-only;
27
23
  -moz-user-modify: read-only;
28
24
  -webkit-user-select: all;
25
+ -moz-user-select: all;
29
26
  user-select: all;
30
27
  width: 8px !important;
31
28
  }
@@ -42,40 +39,23 @@
42
39
  .tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
43
40
  .tox-comments-visible span.tox-comment > video:not([data-mce-selected]),
44
41
  .tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]) {
45
- outline: 3px solid #ffe796;
42
+ outline: 3px solid #ffe89d;
46
43
  }
47
44
  .tox-comments-visible .tox-comment[contenteditable="false"][data-mce-annotation-active="true"]:not([data-mce-selected]) {
48
- outline: 3px solid #ffcf30;
49
- }
50
- .tox-comments-visible span.tox-comment:not([data-mce-selected]) {
51
- background-color: #ffe796;
52
- outline: none;
53
- }
54
- .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
55
- background-color: #ffcf30;
56
- }
57
- .tox-comments-visible span.tox-comment[data-mce-selected] {
58
- background-color: #ffcf30;
59
- border-radius: 3px;
60
- box-shadow: 0 0 0 2px #006ce7;
61
- }
62
- .tox-comments-visible span.tox-comment[data-mce-selected]:has(img[data-mce-selected],
63
- > audio[data-mce-selected],
64
- > video[data-mce-selected],
65
- span.mce-preview-object[data-mce-selected]) {
66
- box-shadow: none;
67
- }
68
- .tox-comments-visible span.tox-comment[data-mce-selected] img:not([data-mce-selected]),
69
- .tox-comments-visible span.tox-comment[data-mce-selected] > audio:not([data-mce-selected]),
70
- .tox-comments-visible span.tox-comment[data-mce-selected] > video:not([data-mce-selected]),
71
- .tox-comments-visible span.tox-comment[data-mce-selected] span.mce-preview-object:not([data-mce-selected]) {
72
- box-shadow: 0 0 0 5px #006ce7;
45
+ outline: 3px solid #fed635;
73
46
  }
74
47
  .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] img:not([data-mce-selected]),
75
48
  .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > audio:not([data-mce-selected]),
76
49
  .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > video:not([data-mce-selected]),
77
50
  .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] span.mce-preview-object:not([data-mce-selected]) {
78
- outline: 3px solid #ffcf30;
51
+ outline: 3px solid #fed635;
52
+ }
53
+ .tox-comments-visible span.tox-comment:not([data-mce-selected]) {
54
+ background-color: #ffe89d;
55
+ outline: none;
56
+ }
57
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
58
+ background-color: #fed635;
79
59
  }
80
60
  .tox-checklist > li:not(.tox-checklist--hidden) {
81
61
  list-style: none;
@@ -117,9 +97,18 @@ pre[class*="language-"] {
117
97
  word-break: normal;
118
98
  word-wrap: normal;
119
99
  line-height: 1.5;
100
+ -moz-tab-size: 4;
120
101
  tab-size: 4;
102
+ -webkit-hyphens: none;
121
103
  hyphens: none;
122
104
  }
105
+ pre[class*="language-"]::-moz-selection,
106
+ pre[class*="language-"] ::-moz-selection,
107
+ code[class*="language-"]::-moz-selection,
108
+ code[class*="language-"] ::-moz-selection {
109
+ text-shadow: none;
110
+ background: #b3d4fc;
111
+ }
123
112
  pre[class*="language-"]::selection,
124
113
  pre[class*="language-"] ::selection,
125
114
  code[class*="language-"]::selection,
@@ -247,21 +236,19 @@ pre[class*="language-"] {
247
236
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
248
237
  }
249
238
  div.mce-footnotes hr {
250
- margin-inline: 0 auto;
239
+ margin-inline-end: auto;
240
+ margin-inline-start: 0;
251
241
  width: 25%;
252
242
  }
253
243
  div.mce-footnotes li > a.mce-footnotes-backlink {
254
- -webkit-text-decoration: none;
255
244
  text-decoration: none;
256
245
  }
257
246
  @media print {
258
247
  sup.mce-footnote a {
259
248
  color: black;
260
- -webkit-text-decoration: none;
261
249
  text-decoration: none;
262
250
  }
263
251
  div.mce-footnotes {
264
- page-break-inside: avoid;
265
252
  break-inside: avoid;
266
253
  width: 100%;
267
254
  }
@@ -269,16 +256,6 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
269
256
  display: none;
270
257
  }
271
258
  }
272
- /* stylelint-disable selector-type-no-unknown */
273
- tiny-math-block {
274
- display: flex;
275
- justify-content: center;
276
- margin: 16px 0 16px 0;
277
- }
278
- tiny-math-inline {
279
- display: inline-block;
280
- }
281
- /* stylelint-enable selector-type-no-unknown */
282
259
  .mce-content-body figure.align-left {
283
260
  float: left;
284
261
  }
@@ -294,11 +271,11 @@ tiny-math-inline {
294
271
  border: 1px solid gray;
295
272
  display: inline-block;
296
273
  line-height: 0;
297
- margin: 0 2px;
274
+ margin: 0 2px 0 2px;
298
275
  position: relative;
299
276
  }
300
277
  .mce-preview-object .mce-shim {
301
- background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
278
+ background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
302
279
  height: 100%;
303
280
  left: 0;
304
281
  position: absolute;
@@ -311,6 +288,7 @@ tiny-math-inline {
311
288
  .mce-content-body .mce-mergetag {
312
289
  cursor: default !important;
313
290
  -webkit-user-select: none;
291
+ -moz-user-select: none;
314
292
  user-select: none;
315
293
  }
316
294
  .mce-content-body .mce-mergetag:hover {
@@ -394,13 +372,6 @@ tiny-math-inline {
394
372
  content: attr(data-mce-placeholder);
395
373
  position: absolute;
396
374
  }
397
- @media (forced-colors: active) {
398
- .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
399
- color: highlight;
400
- filter: brightness(30%);
401
- z-index: -1;
402
- }
403
- }
404
375
  .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
405
376
  left: 1px;
406
377
  }
@@ -449,7 +420,7 @@ tiny-math-inline {
449
420
  }
450
421
  .mce-content-body .mce-resize-helper {
451
422
  background: #555;
452
- background: rgba(0 0 0%);
423
+ background: rgba(0, 0, 0, 0.75);
453
424
  border: 1px;
454
425
  border-radius: 3px;
455
426
  color: white;
@@ -540,6 +511,10 @@ tiny-math-inline {
540
511
  background: #39f;
541
512
  color: #fff;
542
513
  }
514
+ .mce-match-marker-selected::-moz-selection {
515
+ background: #39f;
516
+ color: #fff;
517
+ }
543
518
  .mce-match-marker-selected::selection {
544
519
  background: #39f;
545
520
  color: #fff;
@@ -567,6 +542,10 @@ tiny-math-inline {
567
542
  cursor: not-allowed;
568
543
  outline: 3px solid #b4d7ff;
569
544
  }
545
+ .mce-content-body.mce-content-readonly *[contentEditable=true]:focus,
546
+ .mce-content-body.mce-content-readonly *[contentEditable=true]:hover {
547
+ outline: none;
548
+ }
570
549
  .mce-content-body *[data-mce-selected="inline-boundary"] {
571
550
  background-color: #b4d7ff;
572
551
  }
@@ -577,6 +556,10 @@ tiny-math-inline {
577
556
  .mce-content-body th[data-mce-selected] {
578
557
  position: relative;
579
558
  }
559
+ .mce-content-body td[data-mce-selected]::-moz-selection,
560
+ .mce-content-body th[data-mce-selected]::-moz-selection {
561
+ background: none;
562
+ }
580
563
  .mce-content-body td[data-mce-selected]::selection,
581
564
  .mce-content-body th[data-mce-selected]::selection {
582
565
  background: none;
@@ -586,6 +569,7 @@ tiny-math-inline {
586
569
  outline: none;
587
570
  -webkit-touch-callout: none;
588
571
  -webkit-user-select: none;
572
+ -moz-user-select: none;
589
573
  user-select: none;
590
574
  }
591
575
  .mce-content-body td[data-mce-selected]::after,
@@ -600,6 +584,15 @@ tiny-math-inline {
600
584
  right: -1px;
601
585
  top: -1px;
602
586
  }
587
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
588
+ .mce-content-body td[data-mce-selected]::after,
589
+ .mce-content-body th[data-mce-selected]::after {
590
+ border-color: rgba(0, 84, 180, 0.7);
591
+ }
592
+ }
593
+ .mce-content-body img[data-mce-selected]::-moz-selection {
594
+ background: none;
595
+ }
603
596
  .mce-content-body img[data-mce-selected]::selection {
604
597
  background: none;
605
598
  }
@@ -607,6 +600,7 @@ tiny-math-inline {
607
600
  background-color: #b4d7ff;
608
601
  opacity: 0;
609
602
  -webkit-user-select: none;
603
+ -moz-user-select: none;
610
604
  user-select: none;
611
605
  }
612
606
  .ephox-snooker-resizer-cols {
@@ -659,61 +653,6 @@ table[style*="border-width: 0px"] caption,
659
653
  .mce-item-table[border="0"] caption {
660
654
  border: 1px dashed #bbb;
661
655
  }
662
- .tox-uc-loading-background {
663
- width: 100%;
664
- height: 100%;
665
- background: rgba(255, 255, 255, 0.5);
666
- }
667
- .tox-uc-loading-spinner-wrapper {
668
- width: 100%;
669
- height: 100%;
670
- display: flex;
671
- justify-content: center;
672
- align-items: center;
673
- }
674
- .tox-uc-loading-spinner {
675
- width: min(24px, 30%);
676
- aspect-ratio: 1;
677
- border-radius: 50%;
678
- border: 3px solid #006ce7;
679
- border-bottom-color: transparent;
680
- animation: tox-rotation 1s linear infinite;
681
- }
682
- .tox-uploadcare-placeholder {
683
- all: initial;
684
- display: inline-block;
685
- position: relative;
686
- width: min(100%, 600px);
687
- height: 80px;
688
- --tox-uploadcare-placeholder--content-cursor: auto !important;
689
- --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7);
690
- --tox-uploadcare-placeholder--content-background-color: #fff;
691
- --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3;
692
- --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif;
693
- --tox-uploadcare-placeholder--content-height: 100%;
694
- --tox-uploadcare-placeholder--content-width: 100%;
695
- --tox-uploadcare-placeholder--content-display: inline-flex;
696
- --tox-uploadcare-placeholder--content-align-items: center;
697
- --tox-uploadcare-placeholder--content-justify-content: center;
698
- --tox-uploadcare-placeholder--content-gap: 8px;
699
- --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7);
700
- --tox-uploadcare-placeholder--icon-min-width: 24px;
701
- --tox-uc-loading-spinner-wrapper-display-none: none;
702
- --tox-uc-loading-spinner-wrapper-display: flex;
703
- --tox-uc-loading-spinner-wrapper-position: absolute;
704
- --tox-uc-loading-spinner-wrapper-top: 0;
705
- --tox-uc-loading-spinner-wrapper-left: 0;
706
- --tox-uc-loading-spinner-wrapper-width: 100%;
707
- --tox-uc-loading-spinner-wrapper-height: 100%;
708
- --tox-uc-loading-spinner-wrapper-justify-content: center;
709
- --tox-uc-loading-spinner-wrapper-align-items: center;
710
- --tox-uc-loading-spinner-aspect-ratio: 1 / 1;
711
- --tox-uc-loading-spinner-width: min(24px, 30%);
712
- --tox-uc-loading-spinner-border-radius: 50%;
713
- --tox-uc-loading-spinner-border: 3px solid #006ce7;
714
- --tox-uc-loading-spinner-border-bottom-color: transparent;
715
- --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite;
716
- }
717
656
  .mce-visualblocks p,
718
657
  .mce-visualblocks h1,
719
658
  .mce-visualblocks h2,
@@ -851,37 +790,3 @@ table[style*="border-width: 0px"] caption,
851
790
  .mce-shy::after {
852
791
  content: '-';
853
792
  }
854
- [data-ephox-foam-a11y-violation] {
855
- outline: 2px solid;
856
- position: relative;
857
- }
858
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] {
859
- outline-width: 4px;
860
- transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out;
861
- box-shadow: 0 0 0 99999px #222f3e80;
862
- z-index: 1;
863
- }
864
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] {
865
- outline-color: #006ce7;
866
- }
867
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] {
868
- outline-color: #FFCC00;
869
- }
870
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] {
871
- outline-color: #c00;
872
- }
873
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="info"] {
874
- outline-color: #006ce7;
875
- background-color: #e6f0fd;
876
- }
877
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="warning"] {
878
- outline-color: #FFCC00;
879
- background-color: #fffae6;
880
- }
881
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="error"] {
882
- outline-color: #c00;
883
- background-color: #fae6e6;
884
- }
885
- [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation]:is(td, th, tr) {
886
- position: static;
887
- }