mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-29 23:09:44 +01:00
e34caad13c
Updates TT4 with additional changes ready for beta 3. Props jessplease, pbwebd, poena, afercia, luminuu, beafialho, onemaggie, mhkuu, richtabor, benoitchantre. Close #59575. Built from https://develop.svn.wordpress.org/trunk@56813 git-svn-id: http://core.svn.wordpress.org/trunk@56325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
7 lines
357 B
CSS
7 lines
357 B
CSS
.wp-block-button.is-style-outline
|
|
> .wp-block-button__link:not(.has-text-color, .has-background):hover {
|
|
background-color: var(--wp--preset--color--contrast-2, var(--wp--preset--color--contrast, transparent));
|
|
color: var(--wp--preset--color--base);
|
|
border-color: var(--wp--preset--color--contrast-2, var(--wp--preset--color--contrast, currentColor));
|
|
}
|