You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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));
|
|
}
|