Skip to content

Commit 216e574

Browse files
authored
Fix Reset Button
1 parent 9be2e1c commit 216e574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/explore-filter/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
border: 1px solid #d9d9d9;
77
border-radius: 5px;
88
}
9-
.ste-filter-button p {
9+
.ste-filter-button p:not(.ste-reset) {
1010
margin: auto;
1111
margin-left: 5px;
1212
cursor: pointer;
@@ -93,4 +93,4 @@
9393
border: 2px solid #d13636;
9494
color: #d13636;
9595
background-color: #ffe1e1;
96-
}
96+
}

0 commit comments

Comments
 (0)