mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Customizable table group seperator colors
This commit is contained in:
parent
eed27f35cc
commit
6558664f4c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user