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:
parent
f742243c2e
commit
faa6f4ae4a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue