Skip to content

Commit

Permalink
Fix color contrast on selected facet headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrell committed Oct 3, 2023
1 parent 0f2a630 commit 29711ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/assets/stylesheets/unc_custom.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,21 @@ div.unc-modal {
}
}

.facet-limit-active {
.card-header {
button {
color: white;
}
}
.facet-label .remove {
margin: 0;
}

.facet-values li .selected {
color: black !important;
}
}

/* Fixes https://github.com/samvera/hyrax/blob/f14958e665535be2696dc1cdf9e205d6fc54e668/app/assets/stylesheets/hyrax/_card.scss#L5
Resets it to the default Bootstrap card margins
*/
Expand Down

0 comments on commit 29711ff

Please sign in to comment.