@ckeditor/ckeditor5-theme-lark 47.7.1 → 47.7.2
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/dist/index.css
CHANGED
|
@@ -1097,7 +1097,7 @@ of the component, floating–point numbers have been used which, for the default
|
|
|
1097
1097
|
/* Make sure dropdowns with just an icon have the right inner spacing */
|
|
1098
1098
|
padding-right: var(--ck-spacing-small);
|
|
1099
1099
|
}
|
|
1100
|
-
/*
|
|
1100
|
+
/* https://github.com/ckeditor/ckeditor5/issues/23 */
|
|
1101
1101
|
.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
|
|
1102
1102
|
width: 7em;
|
|
1103
1103
|
overflow: hidden;
|
|
@@ -1747,11 +1747,11 @@ of the component, floating–point numbers have been used which, for the default
|
|
|
1747
1747
|
/* Multiplied by the height of the line in "px" should give SVG "viewport" dimensions */
|
|
1748
1748
|
font-size: var(--ck-icon-font-size);
|
|
1749
1749
|
|
|
1750
|
-
/* Inherit cursor style (
|
|
1750
|
+
/* Inherit cursor style (https://github.com/ckeditor/ckeditor5/issues/5). */
|
|
1751
1751
|
cursor: inherit;
|
|
1752
1752
|
}
|
|
1753
1753
|
.ck.ck-icon * {
|
|
1754
|
-
/* Inherit cursor style (
|
|
1754
|
+
/* Inherit cursor style (https://github.com/ckeditor/ckeditor5/issues/5). */
|
|
1755
1755
|
cursor: inherit;
|
|
1756
1756
|
}
|
|
1757
1757
|
/* Allows dynamic coloring of an icon by inheriting its color from the parent. */
|
|
@@ -2913,7 +2913,7 @@ of the component, floating–point numbers have been used which, for the default
|
|
|
2913
2913
|
height: 0;
|
|
2914
2914
|
}
|
|
2915
2915
|
.ck.ck-toolbar > .ck-toolbar__items > *:not(.ck-toolbar__line-break) {
|
|
2916
|
-
/* (
|
|
2916
|
+
/* (https://github.com/ckeditor/ckeditor5/issues/11) Separate toolbar items. */
|
|
2917
2917
|
margin-right: var(--ck-spacing-small);
|
|
2918
2918
|
}
|
|
2919
2919
|
/* Don't display a separator after an empty items container, for instance,
|
|
@@ -2989,7 +2989,7 @@ of the component, floating–point numbers have been used which, for the default
|
|
|
2989
2989
|
margin-right: 0;
|
|
2990
2990
|
}
|
|
2991
2991
|
[dir="rtl"] .ck.ck-toolbar:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck, .ck.ck-toolbar[dir="rtl"]:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck {
|
|
2992
|
-
/* (
|
|
2992
|
+
/* (https://github.com/ckeditor/ckeditor5/issues/11) Separate toolbar items. */
|
|
2993
2993
|
margin-left: var(--ck-spacing-small);
|
|
2994
2994
|
}
|
|
2995
2995
|
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck:last-child {
|
|
@@ -3352,7 +3352,7 @@ of the component, floating–point numbers have been used which, for the default
|
|
|
3352
3352
|
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3353
3353
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
3354
3354
|
*/
|
|
3355
|
-
/* See ckeditor/ckeditor5
|
|
3355
|
+
/* See https://github.com/ckeditor/ckeditor5/issues/936. */
|
|
3356
3356
|
@media (forced-colors: active) {
|
|
3357
3357
|
.ck.ck-placeholder, .ck .ck-placeholder {
|
|
3358
3358
|
/*
|
|
@@ -3824,7 +3824,7 @@ of the component, floating–point numbers have been used which, for the default
|
|
|
3824
3824
|
animation-delay: 500ms;
|
|
3825
3825
|
animation-fill-mode: forwards;
|
|
3826
3826
|
|
|
3827
|
-
/*
|
|
3827
|
+
/* https://github.com/ckeditor/ckeditor5/issues/1095. While reset is not providing proper box-sizing for pseudoelements, we need to handle it. */
|
|
3828
3828
|
box-sizing: border-box;
|
|
3829
3829
|
}
|
|
3830
3830
|
@media (prefers-reduced-motion: reduce) {
|