@ckeditor/ckeditor5-theme-lark 0.0.0-nightly-20240624.0 → 0.0.0-nightly-20240625.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
|
@@ -1009,6 +1009,9 @@ text-align: right;
|
|
|
1009
1009
|
.ck.ck-list__item > .ck-button {
|
|
1010
1010
|
padding: var(--ck-list-button-padding);
|
|
1011
1011
|
}
|
|
1012
|
+
.ck.ck-list__item > .ck-button .ck-button__label {
|
|
1013
|
+
line-height: calc(var(--ck-line-height-base) * var(--ck-font-size-base));
|
|
1014
|
+
}
|
|
1012
1015
|
.ck.ck-list__item > .ck-button:active {
|
|
1013
1016
|
box-shadow: none;
|
|
1014
1017
|
}
|
package/dist/index.css
CHANGED
|
@@ -1848,6 +1848,10 @@ of the component, floating–point numbers have been used which, for the default
|
|
|
1848
1848
|
https://github.com/ckeditor/ckeditor5-heading/issues/63 */
|
|
1849
1849
|
padding: var(--ck-list-button-padding);
|
|
1850
1850
|
}
|
|
1851
|
+
.ck.ck-list__item > .ck-button .ck-button__label {
|
|
1852
|
+
/* https://github.com/ckeditor/ckeditor5-heading/issues/63 */
|
|
1853
|
+
line-height: calc(var(--ck-line-height-base) * var(--ck-font-size-base));
|
|
1854
|
+
}
|
|
1851
1855
|
.ck.ck-list__item > .ck-button:active {
|
|
1852
1856
|
box-shadow: none;
|
|
1853
1857
|
}
|