From 1d17600f5d7db3121c859cd5ba14d456b6422ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Wed, 28 Aug 2024 10:42:56 +0200 Subject: [PATCH] Publishing flow: Social buttons update (#20841) Updated the hover colour of the social buttons in the new publishing flow's modal. --- ghost/admin/app/styles/components/publishmenu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css index be4a40e947..8646ab73f0 100644 --- a/ghost/admin/app/styles/components/publishmenu.css +++ b/ghost/admin/app/styles/components/publishmenu.css @@ -1054,7 +1054,7 @@ } .modal-post-success .modal-footer .gh-btn:is(.twitter, .threads, .facebook, .linkedin, .copy-link, .copy-preview-link):hover { - background: var(--lightgrey-l1); + background: var(--whitegrey-l1); } .modal-post-success .modal-footer .gh-btn:is(.twitter, .threads, .facebook, .linkedin) span {