Skip to content

Commit

Permalink
Merge pull request #3189 from projectblacklight/non-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored Jun 13, 2024
2 parents 3ed9527 + 0be4998 commit b4145bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/blacklight/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,16 +224,16 @@ $facet-toggle-width: 1em !default;
$facet-toggle-height: $facet-toggle-width !default;

.facet-toggle-handle {
@extend .my-0;
@extend .py-0;
@extend .px-2;
margin-block: 0;
padding-block: 0;
padding-inline: 0.5rem;

// keep the icon span centered in the button, but shift to the left for equal spacing inside row
margin-left: -1 * $btn-padding-x;
margin-inline-start: -1 * $btn-padding-x;

.pivot-facet & {
// shift pivot values a little more aggressively for better compact display
margin-left: -2 * $btn-padding-x;
margin-inline-start: -2 * $btn-padding-x;
}

&.collapsed {
Expand Down

0 comments on commit b4145bb

Please sign in to comment.