diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css index a33f6762b1..7cb5e04ee4 100644 --- a/ghost/admin/app/styles/components/publishmenu.css +++ b/ghost/admin/app/styles/components/publishmenu.css @@ -591,12 +591,6 @@ animation: pulse-green 2s infinite; } -.gh-publish-cta .gh-btn-green, -.gh-publish-cta .gh-btn-green:hover, -.gh-publish-cta .gh-btn-green:active { - background: linear-gradient(90deg,#4dd831,#1DC32E) !important; -} - @keyframes pulse-green { 0% { transform: scale(0.98); @@ -614,6 +608,16 @@ } } +.gh-publish-cta .gh-btn-green, +.gh-publish-cta .gh-btn-green:hover, +.gh-publish-cta .gh-btn-green:active { + background: linear-gradient(90deg,#4dd831,#1DC32E) !important; +} + +.gh-publish-cta .gh-btn-green + .gh-publish-cta-secondary { + display: none; +} + .gh-publish-cta-secondary { display: block; overflow: hidden;