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 {
|
.wc-block-components-filter-reset-button {
|
||||||
background: transparent;
|
@include text-button();
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: inherit;
|
|
||||||
|
|
||||||
&:not([disabled]):hover {
|
&:not([disabled]):hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
Loading…
Reference in New Issue