mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-18 17:33:43 +03:00
Pledge edit block: Hide dashicons icon on edit button
This commit is contained in:
parent
34173d8db8
commit
02b5cad550
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue