From 7b59a91c82ac60d21141232f2e1ab71dc32554ea Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Wed, 7 Aug 2024 11:57:12 +0800 Subject: [PATCH] Cleanup --- ghost/admin/app/styles/components/dropdowns.css | 3 ++- ghost/admin/app/styles/layouts/posts.css | 2 -- ghost/admin/app/templates/posts.hbs | 10 +--------- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/ghost/admin/app/styles/components/dropdowns.css b/ghost/admin/app/styles/components/dropdowns.css index 2e62269cc3..96a1b808a1 100644 --- a/ghost/admin/app/styles/components/dropdowns.css +++ b/ghost/admin/app/styles/components/dropdowns.css @@ -393,7 +393,8 @@ Post context menu stroke-width: 1.8px; } -.gh-posts-context-menu li:last-child::before, .gh-analytics-actions-menu li:last-child::before { +.gh-posts-context-menu li:last-child::before, +.gh-analytics-actions-menu li:last-child::before { display: block; position: relative; content: ""; diff --git a/ghost/admin/app/styles/layouts/posts.css b/ghost/admin/app/styles/layouts/posts.css index 41c097bcc2..1496804eef 100644 --- a/ghost/admin/app/styles/layouts/posts.css +++ b/ghost/admin/app/styles/layouts/posts.css @@ -347,5 +347,3 @@ margin-left: 8px; background: var(--whitegrey); } - - diff --git a/ghost/admin/app/templates/posts.hbs b/ghost/admin/app/templates/posts.hbs index fd63bf5f69..dc3e26361d 100644 --- a/ghost/admin/app/templates/posts.hbs +++ b/ghost/admin/app/templates/posts.hbs @@ -73,12 +73,4 @@ {{outlet}} - - -{{#if this.showPublishFlowModal}} - -{{/if}} \ No newline at end of file + \ No newline at end of file