mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +03:00
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:
parent
d0dc2f0a14
commit
531e71a552
2 changed files with 7 additions and 3 deletions
|
@ -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 *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue