From e811a75972b951295e8b8cb8c3a3ec0154dbbcb6 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 16 Aug 2022 14:27:22 +0200 Subject: [PATCH] Fixed tier card dropdown link bug no refs. - There was a bug on the tier cards action menu dropdown in Settings/Membership that the buttons in the dropdown were clickable even when it was closed. --- ghost/admin/app/styles/layouts/tiers.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/styles/layouts/tiers.css b/ghost/admin/app/styles/layouts/tiers.css index a3e0f93399..7c58d4257b 100644 --- a/ghost/admin/app/styles/layouts/tiers.css +++ b/ghost/admin/app/styles/layouts/tiers.css @@ -60,6 +60,10 @@ right: 0; } +.gh-tier-actions-menu.closed { + display: none; +} + .gh-tier-card-block { flex-basis: 30%; } @@ -164,7 +168,7 @@ justify-content: center; font-size: 1.3rem; color: var(--midgrey); - padding: 12px 8px 14px; + padding: 12px 8px; border-radius: 3px; min-width: 90px; min-height: 66px; @@ -200,7 +204,7 @@ } .gh-tier-card-price .amount { - letter-spacing: -.2px; + letter-spacing: -.7px; line-height: 1; margin-right: 2px; margin-left: 1px;