From c1cae814e20983db6e800467b5703b94227a0a6c Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 24 Nov 2021 19:30:20 +0000 Subject: [PATCH] Fixed hover outline on inline image selector refs https://github.com/TryGhost/Team/issues/1225 - static outline was removed but we were still showing an outline when hovered - added `media-card-placeholder` kg-style case that is the same as `media-card` but without the `kg-card-hover` class --- .../lib/koenig-editor/addon/components/koenig-card-image.hbs | 2 +- ghost/admin/lib/koenig-editor/addon/helpers/kg-style.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ghost/admin/lib/koenig-editor/addon/components/koenig-card-image.hbs b/ghost/admin/lib/koenig-editor/addon/components/koenig-card-image.hbs index 8e5513560b..4b400f9ae8 100644 --- a/ghost/admin/lib/koenig-editor/addon/components/koenig-card-image.hbs +++ b/ghost/admin/lib/koenig-editor/addon/components/koenig-card-image.hbs @@ -1,6 +1,6 @@