mirror of https://github.com/zulip/zulip.git
billing: Fix the glitch in upgrade button.
Previously, the button would show a broken intermediate state after you clicked "Pay" in the Stripe modal but before the page reloaded.
This commit is contained in:
parent
dbd68081b2
commit
9fa5030c2c
|
@ -140,6 +140,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.stripe-button-el:disabled {
|
||||
span {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
#error-message-box {
|
||||
margin-top: 10px;
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Reference in New Issue