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;
}
.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;