Skip to content

Commit

Permalink
Clear filters CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Aug 9, 2022
1 parent 68c4fb3 commit 64c9747
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
* Filters
*/
.above-results .sorting .inline.dropdown > span,
.dropdown-facets-list .ui.button.sui-button {
.dropdown-facets-list .ui.button.sui-button:hover,
.ui.basic.button.clear-btn {
color: @blue-5 !important;
}

Expand Down
5 changes: 3 additions & 2 deletions src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,16 @@
.ui.button.sui-button {
padding: 0;
margin: 0;
color: #007b6c !important;
font-weight: 600;
margin: 0 1.5em 1em 0;
color: @deepBlue !important;

&:hover,
&:active,
&:focus {
border: none;
background: none !important;
box-shadow: none;
color: @secondaryColor !important;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/SearchBlock/less/filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ div#page-document .searchlib-block {
}

.ui.basic.button.clear-btn {
padding: 0.8em;
padding: 0;
color: @secondaryColor !important;
font-size: 14px;
font-weight: 500;
Expand Down

0 comments on commit 64c9747

Please sign in to comment.