Skip to content

Commit

Permalink
Refs #140559 - Improve facet filters boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 15, 2021
1 parent cbf6788 commit 16aa4ea
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ div#page-document {
padding: 0px;
margin: 0px;
color: @sf-dark-gray;
font-size: 16px;
font-weight: 400;
font-size: 12px;
font-weight: 600;
}

div.meta {
Expand All @@ -179,15 +179,21 @@ div#page-document {
div.filter.description {
div.ui.label {
background: white;
font-size: 12px;
}
}

&.active {
background: @sf-light-gray;
border: 1px solid @sf-azure;
background: @sf-azure;

div.content {
div.header {
color: @sf-blue;
color: white;
}

div.meta {
color: white !important;
}
}
}
Expand Down

0 comments on commit 16aa4ea

Please sign in to comment.