@jx3box/jx3box-editor 2.1.1 → 2.1.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/package.json
CHANGED
package/public/css/article.css
CHANGED
|
@@ -478,7 +478,6 @@
|
|
|
478
478
|
.c-article-tinymce .e-details,
|
|
479
479
|
.c-article-tinymce .e-summary {
|
|
480
480
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
481
|
-
white-space: pre-wrap;
|
|
482
481
|
margin: 0;
|
|
483
482
|
}
|
|
484
483
|
.c-article-tinymce .e-summary {
|
|
@@ -528,6 +527,7 @@
|
|
|
528
527
|
background: none;
|
|
529
528
|
border-top: none;
|
|
530
529
|
display: none;
|
|
530
|
+
line-height: 2.2;
|
|
531
531
|
}
|
|
532
532
|
.c-article-editor .e-summary {
|
|
533
533
|
cursor: text;
|
|
@@ -1272,6 +1272,10 @@
|
|
|
1272
1272
|
height: 12px;
|
|
1273
1273
|
border-radius: 50%;
|
|
1274
1274
|
display: block;
|
|
1275
|
+
display: none;
|
|
1276
|
+
}
|
|
1277
|
+
.c-article-tinymce:not(.c-article-editor) .w-skill-combo-item .u-gcd-icon.is-show {
|
|
1278
|
+
display: inline-block;
|
|
1275
1279
|
}
|
|
1276
1280
|
.c-article-tinymce:not(.c-article-editor) .w-skill-combo-item .u-gcd-icon i {
|
|
1277
1281
|
color: #fff;
|