diff --git a/ghost/admin/app/components/gh-editor-feature-image.hbs b/ghost/admin/app/components/gh-editor-feature-image.hbs index 66775bb48d..c6390324a2 100644 --- a/ghost/admin/app/components/gh-editor-feature-image.hbs +++ b/ghost/admin/app/components/gh-editor-feature-image.hbs @@ -46,7 +46,7 @@ @imageSrc={{@image}} @saveImage={{fn this.saveImage uploader.setFiles}} /> - diff --git a/ghost/admin/app/components/koenig-image-editor.hbs b/ghost/admin/app/components/koenig-image-editor.hbs index f518062917..f58b2a165e 100644 --- a/ghost/admin/app/components/koenig-image-editor.hbs +++ b/ghost/admin/app/components/koenig-image-editor.hbs @@ -6,10 +6,10 @@ {{/if}} diff --git a/ghost/admin/app/styles/layouts/editor.css b/ghost/admin/app/styles/layouts/editor.css index 42914d25d0..f8aab8958c 100644 --- a/ghost/admin/app/styles/layouts/editor.css +++ b/ghost/admin/app/styles/layouts/editor.css @@ -581,7 +581,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone { padding: 0; background: var(--white); color: var(--darkgrey); - border-radius: 4px; + border-radius: 6px; transition: all .1s ease-in; opacity: 0; } @@ -604,7 +604,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone { } .gh-editor-feature-image .image-action svg path { - fill: var(--darkgrey); + stroke-width: 2; } .gh-editor-feature-image-add { @@ -1037,7 +1037,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone { .gh-editor .editor-preview h3, .gh-editor .editor-preview h4, .gh-editor .editor-preview h5, -.gh-editor .editor-preview h6, { +.gh-editor .editor-preview h6 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Open Sans", "Helvetica Neue", sans-serif; } diff --git a/ghost/admin/app/styles/spirit/_custom-styles.css b/ghost/admin/app/styles/spirit/_custom-styles.css index de443ae1a4..870b2278a5 100644 --- a/ghost/admin/app/styles/spirit/_custom-styles.css +++ b/ghost/admin/app/styles/spirit/_custom-styles.css @@ -184,9 +184,9 @@ button, .btn-base { bottom: calc(100% + 4px); left: 50%; white-space: nowrap; - padding: 3px 7px; - border-radius: 3px; - background-color: var(--darkgrey); + padding: 4px 10px; + border-radius: 6px; + background-color: var(--black); color: var(--white); content: attr(data-tooltip); text-align: center; diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 723ed96ae5..b3f3eb3883 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -48,7 +48,7 @@ "@tryghost/helpers": "1.1.90", "@tryghost/kg-clean-basic-html": "4.1.1", "@tryghost/kg-converters": "1.0.5", - "@tryghost/koenig-lexical": "1.2.9", + "@tryghost/koenig-lexical": "1.3.0", "@tryghost/limit-service": "1.2.14", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.12.3", diff --git a/ghost/admin/public/assets/icons/koenig/kg-edit.svg b/ghost/admin/public/assets/icons/koenig/kg-edit.svg deleted file mode 100644 index 8b4bd26cf4..0000000000 --- a/ghost/admin/public/assets/icons/koenig/kg-edit.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/ghost/admin/public/assets/icons/koenig/kg-trash.svg b/ghost/admin/public/assets/icons/koenig/kg-trash.svg index 2c16a4fb27..9e232fc94a 100644 --- a/ghost/admin/public/assets/icons/koenig/kg-trash.svg +++ b/ghost/admin/public/assets/icons/koenig/kg-trash.svg @@ -1 +1,4 @@ - + + + + \ No newline at end of file diff --git a/ghost/admin/public/assets/icons/koenig/kg-wand.svg b/ghost/admin/public/assets/icons/koenig/kg-wand.svg new file mode 100644 index 0000000000..d604063224 --- /dev/null +++ b/ghost/admin/public/assets/icons/koenig/kg-wand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 09ed6cab7e..256fa3b64f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7939,10 +7939,10 @@ dependencies: semver "^7.3.5" -"@tryghost/koenig-lexical@1.2.9": - version "1.2.9" - resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.2.9.tgz#ab922c51b2ddaa8bb361fd7e4c5760bb6e902055" - integrity sha512-1PrM2qCJFyMpUSxrzL8IuzY2OAYbeUKuVSEX/GKOxk/zZRib0Q5dsfjrhVv3iurvBg2Gmg5yyzXC60FDqXLR9w== +"@tryghost/koenig-lexical@1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.3.0.tgz#03bfaa55a5c2da64b2ddfb4c1ee271a62dc4a11d" + integrity sha512-qeKenjk3fRDPjxzqDqIDDAWVZTTKfk8JPMxyPjUzyUilWFavztRfxuo+QHqsjTGAp+TnaBTWADoq2WHbgKSA+A== "@tryghost/limit-service@1.2.14": version "1.2.14"