Skip to content

Commit

Permalink
Remove unused class
Browse files Browse the repository at this point in the history
This was introduced in 9b7418f, but I don't belive it was ever used.
  • Loading branch information
jcoyne committed Oct 24, 2024
1 parent 1cebc26 commit 608f825
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/assets/stylesheets/blacklight/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@

--bl-facet-limit-body-padding: #{$spacer};

--bl-facets-smallish-padding: 0.25rem;
--bl-facets-smallish-border: var(--bs-border-width) solid
var(--bs-border-color);
--bl-facets-smallish-margin-bottom: #{$spacer};
--bl-facets-smallish-border-radius: #{$border-radius};

.navbar-toggler {
--bs-navbar-toggler-padding-x: #{$navbar-toggler-padding-x};
--bs-navbar-toggler-padding-y: #{$navbar-toggler-padding-y};
Expand Down Expand Up @@ -42,13 +36,6 @@
}
}

.facets-toggleable {
border: var(--bl-facets-smallish-border);
padding: var(--bl-facets-smallish-padding);
margin-bottom: var(--bl-facets-smallish-margin-bottom);
border-radius: var(--bl-facets-smallish-border-radius);
}

.no-js {
@include media-breakpoint-down(lg) {
#sidebar {
Expand Down

0 comments on commit 608f825

Please sign in to comment.