Hide the "resend confirmation" button on draft pledges

The confirmation hasn't been sent in the first place, so this button is misleading
This commit is contained in:
Kelly Dwan 2019-11-14 14:36:45 -05:00
parent d0dc2f0a14
commit 531e71a552
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 7 additions and 3 deletions

View file

@ -52,6 +52,10 @@
margin-bottom: 1.5rem;
}
.pledge-contributors.pledge-status__draft .resend-confirm {
display: none;
}
.contributor-list th,
.contributor-list td,
.contributor-list th *,