From a4ee9ccb41bad9847c7ca75bae91ac14d8dbf01e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Dec 2023 17:36:13 +0100 Subject: [PATCH] handling default core button class --- resources/css/editor-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 4248f67..96530a0 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -122,10 +122,10 @@ p { list-style: none !important; } } - +.wp-block-button:not(.is-style-outline), .wp-block-button.is-style-fill { .wp-block-button__link { - @apply cta caret-secondary; + @apply cta cta--secondary cta--button; } }