Pledge edit block: Hide dashicons icon on edit button

This commit is contained in:
Kelly Dwan 2024-09-02 11:03:29 -04:00
parent 34173d8db8
commit 02b5cad550
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -3,6 +3,10 @@
color: var(--wp--preset--color--white) !important;
}
.edit-pledge-wrapper .wp-block-button__link .dashicons {
display: none;
}
.pledge-dialog {
position: absolute;
z-index: 100;