Skip to content

Commit 5117011

Browse files
authored
Merge pull request #3612 from projectblacklight/remove-useless-css
Remove css that is not applied
2 parents a23d8f2 + 918b79b commit 5117011

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/assets/builds/blacklight.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,6 @@ main {
419419
.search-history {
420420
--bl-history-filter-name-color: var(--bs-secondary-color);
421421
}
422-
.search-history td {
423-
padding: 1rem;
424-
}
425422
.search-history .constraint {
426423
padding-inline-end: 1rem;
427424
display: block;

app/assets/stylesheets/blacklight/_search_history.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
.search-history {
33
--bl-history-filter-name-color: var(--bs-secondary-color);
44

5-
td {
6-
padding: $spacer;
7-
}
8-
95
.constraint {
106
padding-inline-end: $spacer;
117
display: block;

0 commit comments

Comments
 (0)