Skip to content

Commit

Permalink
Merge pull request #2732 from sul-dlss/remove-redundant-styles
Browse files Browse the repository at this point in the history
Remove local facet styles
  • Loading branch information
taylor-steve authored Dec 13, 2024
2 parents be9ec1a + cac4ec4 commit 9eda82a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions app/assets/stylesheets/modules/blacklight_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
}
}

// TODO: override of component library facet contraint padding
// this may no longer be needed after we remove sul-styles
.constraint-value {
--bs-btn-padding-y: 0.375rem !important;
}

// TODO: We can remove this after we stop using blacklight-hierarchy
// and switch to the Blacklight::FacetItemPivotComponent component.
.sr-only {
Expand Down
17 changes: 0 additions & 17 deletions app/assets/stylesheets/modules/spotlight_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,23 +160,6 @@ h5,
padding-top: 0;
}

.facet-limit {
&.facet-limit-active {
border-color: $fog !important;

> .card-header {
background-color: $fog !important;
.btn {
color: var(--stanford-black);
}
}
}

.facet-values li .selected {
color: var(--stanford-black) !important;
}
}

.callout-danger .btn-secondary {
@extend .btn-danger;
}
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/sul_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Colors
$cardinal-red: #8c1515;
$cool-grey: #4d4f53;
$fog: #dad7cb;
$fog-light-90: #f4f4f4e6;

0 comments on commit 9eda82a

Please sign in to comment.