Skip to content

Commit

Permalink
Refs #139198 - Styles for include archive facet.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 11, 2021
1 parent 3fceb6e commit 68225bb
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,26 @@ div#page-document {
}

div#archived-facet {
label {
color: @s-dark-gray !important;
div.toggle {
label {
color: @s-dark-gray !important;

:after {
background: @s-medium-gray;
&:before {
box-shadow: 0px 0px 0px 2px @sf-medium-gray2 !important;
}

&:after {
background: white;
}
}

&.checked {
label {
&:before {
background-color: @sf-azure !important;
box-shadow: 0px 0px 0px 2px @sf-azure !important;
}
}
}
}
}
Expand Down

0 comments on commit 68225bb

Please sign in to comment.