@ckeditor/ckeditor5-theme-lark 46.0.0 → 46.0.1-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-theme-lark",
3
- "version": "46.0.0",
3
+ "version": "46.0.1-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": "46.0.0"
12
+ "@ckeditor/ckeditor5-ui": "46.0.1-alpha.0"
13
13
  },
14
14
  "author": "CKSource (http://cksource.com/)",
15
15
  "license": "SEE LICENSE IN LICENSE.md",
@@ -197,8 +197,8 @@
197
197
  }
198
198
  }
199
199
 
200
- .ck.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child,
201
- .ck.ck-editor__editable blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
200
+ .ck.ck-editor__editable:not(.ck-pagination-view) > .ck-widget.ck-widget_with-selection-handle:first-child,
201
+ .ck.ck-editor__editable:not(.ck-pagination-view) blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
202
202
  /* Do not crop selection handler if a widget is a first-child in the blockquote or in the root editable.
203
203
  In fact, anything with overflow: hidden.
204
204
  https://github.com/ckeditor/ckeditor5-block-quote/issues/28