Fix invisible Reset filter button in some themes (https://github.com/woocommerce/woocommerce-blocks/pull/7111)
This commit is contained in:
parent
27e8dcbebb
commit
aaa480f0bb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue