From 22a7d1c374db8592a22bfd701d51c35fecdac251 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 6 Jul 2023 13:38:36 +0200 Subject: [PATCH] Added animated icon for "hide title + feature image" toggle (#17220) closes https://github.com/TryGhost/Product/issues/3577 - adds icon as a handlebars file to avoid SVGO breaking the styles needed for the toggle to work --- .../app/components/gh-post-settings-menu.hbs | 2 +- .../app/components/icons/eye-open-close.hbs | 52 +++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 ghost/admin/app/components/icons/eye-open-close.hbs diff --git a/ghost/admin/app/components/gh-post-settings-menu.hbs b/ghost/admin/app/components/gh-post-settings-menu.hbs index dfbc47e9db..94d78fc183 100644 --- a/ghost/admin/app/components/gh-post-settings-menu.hbs +++ b/ghost/admin/app/components/gh-post-settings-menu.hbs @@ -154,7 +154,7 @@