@ckeditor/ckeditor5-theme-lark 45.0.0-alpha.5 → 45.0.0-alpha.7
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-theme-lark",
|
3
|
-
"version": "45.0.0-alpha.
|
3
|
+
"version": "45.0.0-alpha.7",
|
4
4
|
"description": "A bright theme for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"ckeditor5-theme"
|
10
10
|
],
|
11
11
|
"dependencies": {
|
12
|
-
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.
|
12
|
+
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.7"
|
13
13
|
},
|
14
14
|
"author": "CKSource (http://cksource.com/)",
|
15
15
|
"license": "SEE LICENSE IN LICENSE.md",
|
@@ -18,11 +18,6 @@
|
|
18
18
|
width: 100%;
|
19
19
|
height: 100%;
|
20
20
|
|
21
|
-
/* Styles to make the layout table outline visible when the layout table is inside another layout table inside edge cells.
|
22
|
-
Currently, this solution works on every browser except Safari. */
|
23
|
-
overflow: clip;
|
24
|
-
overflow-clip-margin: var(--ck-widget-outline-thickness);
|
25
|
-
|
26
21
|
/* Resetting `border-collapse` property to the user agent styles. */
|
27
22
|
border-collapse: revert;
|
28
23
|
|