Skip to content

Commit

Permalink
NBNP-397 Add facet item hover checkbox visual indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Aug 8, 2023
1 parent 47fa4ff commit a6e3ecd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom/themes/newspapers_lib_unb_ca/src/scss/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ label.checkbox-toggle:hover {
color: $link-color-hover;
text-decoration: underline;
}
.facet-item:hover {
.facets-checkbox {
box-shadow: 0 0 1px #0075ff;
}
}

.facets-soft-limit-link {
display: block;
Expand Down

0 comments on commit a6e3ecd

Please sign in to comment.