From 8ae47cd0e5f401e88516c48c0ef2c1722347b9a5 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 26 Nov 2018 15:25:47 +0100 Subject: [PATCH] UI refinements (#1075) no issue * Update negative margin of card indicators * Update to Spirit 0.0.49 --- .../lib/koenig-editor/addon/components/koenig-card.js | 2 +- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/admin/lib/koenig-editor/addon/components/koenig-card.js b/ghost/admin/lib/koenig-editor/addon/components/koenig-card.js index 94644a67e7..810e966485 100644 --- a/ghost/admin/lib/koenig-editor/addon/components/koenig-card.js +++ b/ghost/admin/lib/koenig-editor/addon/components/koenig-card.js @@ -15,7 +15,7 @@ export default Component.extend({ // attrs editor: null, icon: null, - iconClass: 'ih5 absolute stroke-midgrey-l2 mt1 nl16 kg-icon', + iconClass: 'ih5 absolute stroke-midgrey-l2 mt1 nl15 kg-icon', toolbar: null, isSelected: false, isEditing: false, diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 65ce016458..4737ea0b2f 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -99,7 +99,7 @@ "eslint": "4.19.1", "eslint-plugin-ghost": "0.0.25", "fs-extra": "4.0.3", - "ghost-spirit": "0.0.48", + "ghost-spirit": "0.0.49", "glob": "7.1.2", "google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost", "grunt": "1.0.3", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index d3ffefdb1c..537e89bd20 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -6002,10 +6002,10 @@ ghost-ignition@^2.7.0: prettyjson "^1.1.3" uuid "^3.0.0" -ghost-spirit@0.0.48: - version "0.0.48" - resolved "https://registry.yarnpkg.com/ghost-spirit/-/ghost-spirit-0.0.48.tgz#fc686f0830dcb6af0733b1b72a154774c25d566f" - integrity sha512-+K6oguMAlef3LbNDrIrXP+l9ogouQ4O1HKSWGcm2VzS/mPius2Nyu4DbpjULo4DoWC5JNE3B2g7kEXVDO4FeEA== +ghost-spirit@0.0.49: + version "0.0.49" + resolved "https://registry.yarnpkg.com/ghost-spirit/-/ghost-spirit-0.0.49.tgz#e806f896803b0a31976060ad6f656d333ebeb7dd" + integrity sha512-gmbPXYenZ1BpeI/2+pw7RJCXOAduUxNu8eXl2b0YA/5oU8mbtJtVoitF93NJ/C4CvrJ3E0Q1z4li30TupmmPgQ== dependencies: autoprefixer "8.2.0" bluebird "^3.4.6"