Skip to content

Commit

Permalink
Merge pull request #2787 from projectblacklight/backport-2780
Browse files Browse the repository at this point in the history
Use `$border-color` when we're outside of a table context
  • Loading branch information
jcoyne committed Jul 23, 2022
2 parents 1ee7071 + 359000e commit b820cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/blacklight/_group.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.group-key {
border-bottom: 1px solid darken($table-border-color, 60%);
border-bottom: 1px solid darken($border-color, 60%);
clear: right;
}

Expand All @@ -11,4 +11,4 @@

.more-in-group {
float: right;
}
}

0 comments on commit b820cab

Please sign in to comment.