Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 9fd5f93

Browse files
Aljullugigitux
authored andcommitted
Fix invisible Reset filter button in some themes (#7111)
1 parent bd331c7 commit 9fd5f93

File tree

1 file changed

+1
-3
lines changed
  • assets/js/base/components/filter-reset-button

1 file changed

+1
-3
lines changed

assets/js/base/components/filter-reset-button/style.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.wc-block-components-filter-reset-button {
2-
background: transparent;
3-
border: none;
2+
@include text-button();
43
cursor: pointer;
5-
font-size: inherit;
64

75
&:not([disabled]):hover {
86
text-decoration: underline;

0 commit comments

Comments
 (0)