From 209f4361f4358b043c16f9792f0d9cfe8ace9b88 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 26 Jul 2021 16:00:35 +0100 Subject: [PATCH] Added support for tooltips on card type indicators refs https://github.com/TryGhost/Team/issues/927 - allows for more information about a card to be shown when hovering over the indicator to the left of the card's section in the editor --- ghost/admin/lib/koenig-editor/addon/components/koenig-card.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/lib/koenig-editor/addon/components/koenig-card.hbs b/ghost/admin/lib/koenig-editor/addon/components/koenig-card.hbs index aa774dd8fe..1601b20576 100644 --- a/ghost/admin/lib/koenig-editor/addon/components/koenig-card.hbs +++ b/ghost/admin/lib/koenig-editor/addon/components/koenig-card.hbs @@ -1,6 +1,6 @@ {{#if this.icon}}
- {{svg-jar this.icon class=this.iconClass}} + {{svg-jar this.icon class=this.iconClass}}
{{/if}}