0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Hid "Back to settings" when publish button is running

No ref
This commit is contained in:
Sanne de Vries 2022-05-18 20:56:49 +02:00
parent 8468994014
commit 435f5189aa

View file

@ -591,12 +591,6 @@
animation: pulse-green 2s infinite; 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 { @keyframes pulse-green {
0% { 0% {
transform: scale(0.98); 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 { .gh-publish-cta-secondary {
display: block; display: block;
overflow: hidden; overflow: hidden;