Fix invisible Reset filter button in some themes (https://github.com/woocommerce/woocommerce-blocks/pull/7111)

This commit is contained in:
Albert Juhé Lluveras 2022-09-13 09:32:11 +02:00 committed by Luigi
parent 27e8dcbebb
commit aaa480f0bb
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
.wc-block-components-filter-reset-button {
background: transparent;
border: none;
@include text-button();
cursor: pointer;
font-size: inherit;
&:not([disabled]):hover {
text-decoration: underline;