From 9df34071914a01734a8afa501c24141a7b379460 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 1 Jul 2024 15:46:32 +0200 Subject: [PATCH] fix --- resources/css/editor-style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 213e1af..c8c9bd4 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -132,12 +132,16 @@ p { list-style: none !important; } } -.wp-block-button:not(.is-style-outline), +.wp-block-button:not(.is-style-outline, .homegrade-blocks-shortcuts .wp-block-button), .wp-block-button.is-style-fill { .wp-block-button__link { @apply cta cta--secondary cta--button; } } +.homegrade-blocks-shortcuts .wp-block-button{ + +} + /* .homegrade-blocks-highlight__content__innerblocks .block-editor-block-list__layout { } */