Skip to content

Commit

Permalink
Refs #140518 - Add Clear button for each facet.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 8, 2021
1 parent 3d4c071 commit 6ae76e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,22 @@ div#page-document {
}

div.filter.description {
display: flex;

div.ui.label {
padding: 5px;
margin-top: 4px;
margin-bottom: 0px;
background: white;
font-size: 12px;
}

a.clear-filters {
margin-left: auto;
margin-top: auto;
color: @sf-azure;
font-size: 12px;
}
}

&.active {
Expand Down Expand Up @@ -994,6 +1003,7 @@ div.ui.modal.facet {
a.clear-filters {
margin-left: auto;
color: @sf-azure;
font-size: 12px;
}
}
}
Expand Down

0 comments on commit 6ae76e8

Please sign in to comment.