Koenig - Fixed missing borders on some embeds

refs https://github.com/TryGhost/Ghost/issues/9724
- removed 1px white border on embed card click overlay so that it doesn't cover borders used by certain embeds such as Instagram and Facebook posts
This commit is contained in:
Kevin Ansfield 2018-08-20 13:34:45 +01:00
parent f7d20dd2a8
commit 9c299b973a

View File

@ -19,7 +19,7 @@
<div class="kg-card-hover">
<div class="koenig-embed-{{payload.type}} flex justify-center relative" data-kg-embed>
<iframe class="bn miw-100" scrolling="no"></iframe>
<div class="koenig-card-click-overlay ba b--white" data-kg-overlay></div>
<div class="koenig-card-click-overlay ba b--transparent" data-kg-overlay></div>
</div>
{{#if (or isSelected (clean-basic-html payload.caption))}}