fixing no icon for after: wp-block-button__link button

This commit is contained in:
Antoine M 2023-12-21 10:07:04 +01:00
parent 5f0d8aa83b
commit d79d441269

View File

@ -165,6 +165,9 @@ article > *:not(.entry-content, .chapter-header-block),
} }
.wp-block-button__link { .wp-block-button__link {
text-decoration: none !important; text-decoration: none !important;
&:after {
content: none !important;
}
} }
.homegrade-page-container { .homegrade-page-container {
ul li:before { ul li:before {