Don't load opinionated button styles in themes that have button styles (https://github.com/woocommerce/woocommerce-blocks/pull/8478)

This commit is contained in:
Albert Juhé Lluveras 2023-02-21 15:37:41 +01:00 committed by GitHub
parent f742243c2e
commit faa6f4ae4a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
}
}
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link) {
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
@include reset-typography();
font-weight: bold;
line-height: 1;