mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 10:33:44 +03:00
Styles: Move destructive button styles to parent theme
This commit is contained in:
parent
fd61b4915d
commit
7b2525aedb
|
@ -125,18 +125,4 @@
|
||||||
.pledge-contributors.pledge-status__draft .resend-confirm {
|
.pledge-contributors.pledge-status__draft .resend-confirm {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-block-button.is-destructive {
|
|
||||||
--wp--custom--button--outline--color--text: #d63638;
|
|
||||||
|
|
||||||
--wp--custom--button--outline--hover--color--text: var(--wp--preset--color--white);
|
|
||||||
--wp--custom--button--outline--hover--color--background: var(--wp--custom--button--outline--color--text);
|
|
||||||
--wp--custom--button--outline--hover--border--color: var(--wp--custom--button--outline--color--text);
|
|
||||||
|
|
||||||
.wp-block-button__link:focus {
|
|
||||||
background-color: var(--wp--custom--button--outline--color--text);
|
|
||||||
color: var(--wp--preset--color--white);
|
|
||||||
outline-color: var(--wp--custom--button--outline--hover--border--color);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue