Skip to content

Commit

Permalink
Remove an unused button on catalog results page
Browse files Browse the repository at this point in the history
This only shows up at a smaller view width.
  • Loading branch information
Kirk Wang committed Jun 12, 2024
1 parent 2dd78d4 commit d2e3426
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/hyku.scss
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,12 @@ body.public-facing {
width: 1.5em;
}

// remove a button that appears on the facets menu in the catalog search results
// clicking this button seemingly does nothing
.catalog-index .facets-header > button {
display: none;
}

// make sure constraints are on only one line, even with markdown
span.constraint-value p, .facet-values p {
display: inline-block;
Expand Down

0 comments on commit d2e3426

Please sign in to comment.