Skip to content

Commit

Permalink
Customizable table group seperator colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Apr 24, 2020
1 parent eed27f3 commit 6558664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// Highlight border color between thead, tbody and tfoot.
// stylelint-disable-next-line selector-max-universal
> :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
border-bottom-color: $table-group-seperator-color;
}
}

Expand Down
2 changes: 2 additions & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ $table-border-color: $border-color !default;

$table-striped-order: odd !default;

$table-group-seperator-color: currentColor !default;

$table-caption-color: $text-muted !default;

$table-bg-level: -9 !default;
Expand Down

0 comments on commit 6558664

Please sign in to comment.