Skip to content

Commit

Permalink
Merge pull request #141 from scientist-softserv/CSSFixAug17
Browse files Browse the repository at this point in the history
fixed css for icon used to remove facets
  • Loading branch information
ckarpinski authored Aug 17, 2023
2 parents 11a5d99 + 88ade77 commit 8cbd72c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/atla-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ button.btn.btn-default.btn-block.citations-button.center-block:hover, button.btn
.panel.panel-default.facet_limit.blacklight-institution_sim {
display: none;
}
/* fix remove facet button color* /

/* fix x icon for removing facests */
.glyphicon-remove:before {
color:#d33a35;
}
Expand Down

0 comments on commit 8cbd72c

Please sign in to comment.