From 95fa290fa8fbf5ab32136ff651d09ccde935b47c Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Tue, 10 May 2022 12:12:27 +0200 Subject: [PATCH] Fixed button type on div causing button appearance in Safari no issue In Safari, the second dropdown looked a bit weird when you select 'publish only' because of type=button being used on a div. --- .../components/editor-labs/modals/publish-flow/options.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/components/editor-labs/modals/publish-flow/options.hbs b/ghost/admin/app/components/editor-labs/modals/publish-flow/options.hbs index 0cd77f66a9..4e05a9e52e 100644 --- a/ghost/admin/app/components/editor-labs/modals/publish-flow/options.hbs +++ b/ghost/admin/app/components/editor-labs/modals/publish-flow/options.hbs @@ -55,7 +55,7 @@ {{else}} -
+
{{svg-jar "member"}} {{#if (eq @publishOptions.publishType "publish")}}
@@ -110,4 +110,4 @@
-
\ No newline at end of file +