handling default core button class

This commit is contained in:
Antoine M 2023-12-13 17:36:13 +01:00
parent 0eac449ce1
commit a4ee9ccb41

View File

@ -122,10 +122,10 @@ p {
list-style: none !important; list-style: none !important;
} }
} }
.wp-block-button:not(.is-style-outline),
.wp-block-button.is-style-fill { .wp-block-button.is-style-fill {
.wp-block-button__link { .wp-block-button__link {
@apply cta caret-secondary; @apply cta cta--secondary cta--button;
} }
} }