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:
Vishnu Ks 2018-09-06 15:22:34 +00:00 committed by Rishi Gupta
parent dbd68081b2
commit 9fa5030c2c
1 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,12 @@
}
}
.stripe-button-el:disabled {
span {
background: none;
}
}
#error-message-box {
margin-top: 10px;
font-weight: 600;