@ckeditor/ckeditor5-theme-lark 46.0.0-alpha.8 → 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/dist/index-editor.css
CHANGED
@@ -3685,8 +3685,8 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon){
|
|
3685
3685
|
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle:hover{
|
3686
3686
|
background:var(--ck-color-widget-blurred-border);
|
3687
3687
|
}
|
3688
|
-
.ck.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child,
|
3689
|
-
.ck.ck-editor__editable blockquote > .ck-widget.ck-widget_with-selection-handle:first-child{
|
3688
|
+
.ck.ck-editor__editable:not(.ck-pagination-view) > .ck-widget.ck-widget_with-selection-handle:first-child,
|
3689
|
+
.ck.ck-editor__editable:not(.ck-pagination-view) blockquote > .ck-widget.ck-widget_with-selection-handle:first-child{
|
3690
3690
|
margin-top:calc(1em + var(--ck-widget-handler-icon-size));
|
3691
3691
|
}
|
3692
3692
|
:root{
|
package/dist/index.css
CHANGED
@@ -5350,8 +5350,8 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
|
|
5350
5350
|
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle:hover {
|
5351
5351
|
background: var(--ck-color-widget-blurred-border);
|
5352
5352
|
}
|
5353
|
-
.ck.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child,
|
5354
|
-
.ck.ck-editor__editable blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
|
5353
|
+
.ck.ck-editor__editable:not(.ck-pagination-view) > .ck-widget.ck-widget_with-selection-handle:first-child,
|
5354
|
+
.ck.ck-editor__editable:not(.ck-pagination-view) blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
|
5355
5355
|
/* Do not crop selection handler if a widget is a first-child in the blockquote or in the root editable.
|
5356
5356
|
In fact, anything with overflow: hidden.
|
5357
5357
|
https://github.com/ckeditor/ckeditor5-block-quote/issues/28
|