Skip to content

Commit d3a0c50

Browse files
authored
Merge pull request #3567 from projectblacklight/3552-unneeded-important
Remove unnecessary !important CSS rule. Followup for #3552.
2 parents c553709 + 38ce6d0 commit d3a0c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/builds/blacklight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ main {
412412
/* Facet browse pages & modals
413413
-------------------------------------------------- */
414414
.facet-filters:not(:has(*)) {
415-
display: none !important;
415+
display: none;
416416
}
417417

418418
/* Search History */

app/assets/stylesheets/blacklight/_facets.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ $facet-toggle-height: $facet-toggle-width !default;
209209
/* Facet browse pages & modals
210210
-------------------------------------------------- */
211211
.facet-filters:not(:has(*)) {
212-
display: none !important;
212+
display: none;
213213
}

0 commit comments

Comments
 (0)