@ckeditor/ckeditor5-theme-lark 47.7.1-alpha.0 → 47.7.2-alpha.0
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/dist/index.css +7 -7
- package/dist/index.css.map +1 -1
- package/package.json +2 -2
- package/theme/ckeditor5-engine/placeholder.css +1 -1
- package/theme/ckeditor5-image/imageuploadicon.css +1 -1
- package/theme/ckeditor5-ui/components/dropdown/dropdown.css +1 -1
- package/theme/ckeditor5-ui/components/icon/icon.css +2 -2
- package/theme/ckeditor5-ui/components/toolbar/toolbar.css +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-theme-lark",
|
|
3
|
-
"version": "47.7.
|
|
3
|
+
"version": "47.7.2-alpha.0",
|
|
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": "47.7.
|
|
12
|
+
"@ckeditor/ckeditor5-ui": "47.7.2-alpha.0"
|
|
13
13
|
},
|
|
14
14
|
"author": "CKSource (http://cksource.com/)",
|
|
15
15
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
animation-delay: 500ms;
|
|
55
55
|
animation-fill-mode: forwards;
|
|
56
56
|
|
|
57
|
-
/*
|
|
57
|
+
/* https://github.com/ckeditor/ckeditor5/issues/1095. While reset is not providing proper box-sizing for pseudoelements, we need to handle it. */
|
|
58
58
|
box-sizing: border-box;
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
/* Multiplied by the height of the line in "px" should give SVG "viewport" dimensions */
|
|
16
16
|
font-size: var(--ck-icon-font-size);
|
|
17
17
|
|
|
18
|
-
/* Inherit cursor style (
|
|
18
|
+
/* Inherit cursor style (https://github.com/ckeditor/ckeditor5/issues/5). */
|
|
19
19
|
cursor: inherit;
|
|
20
20
|
|
|
21
21
|
& * {
|
|
22
|
-
/* Inherit cursor style (
|
|
22
|
+
/* Inherit cursor style (https://github.com/ckeditor/ckeditor5/issues/5). */
|
|
23
23
|
cursor: inherit;
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
& > .ck-toolbar__items {
|
|
35
35
|
& > *:not(.ck-toolbar__line-break) {
|
|
36
|
-
/* (
|
|
36
|
+
/* (https://github.com/ckeditor/ckeditor5/issues/11) Separate toolbar items. */
|
|
37
37
|
margin-right: var(--ck-spacing-small);
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
&:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck {
|
|
133
|
-
/* (
|
|
133
|
+
/* (https://github.com/ckeditor/ckeditor5/issues/11) Separate toolbar items. */
|
|
134
134
|
margin-left: var(--ck-spacing-small);
|
|
135
135
|
}
|
|
136
136
|
|