mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed both text and loading indicator showing on the subscribe button
This commit is contained in:
parent
a589fcd9e4
commit
1ed556f4ab
1 changed files with 5 additions and 1 deletions
|
@ -263,6 +263,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.kg-signup-card-form.loading .kg-signup-card-button-default {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.kg-signup-card-form.loading .kg-signup-card-button-loading {
|
||||
display: flex;
|
||||
}
|
||||
|
@ -313,4 +317,4 @@
|
|||
.kg-signup-card.kg-width-full.kg-layout-split h3.kg-signup-card-subheading {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue