From d79d44126989af20e477bb9649e232e0d149c5cd Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Dec 2023 10:07:04 +0100 Subject: [PATCH] fixing no icon for after: wp-block-button__link button --- resources/css/editor-content/gutenberg.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 62e57d0..dd5dd3a 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -165,6 +165,9 @@ article > *:not(.entry-content, .chapter-header-block), } .wp-block-button__link { text-decoration: none !important; + &:after { + content: none !important; + } } .homegrade-page-container { ul li:before {