mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-16 02:20:59 +00:00
Fix table separator typo (#31162)
This commit is contained in:
parent
9c320df652
commit
d33a560dd6
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
// Highlight border color between thead, tbody and tfoot.
|
||||
> :not(:last-child) > :last-child > * {
|
||||
border-bottom-color: $table-group-seperator-color;
|
||||
border-bottom-color: $table-group-separator-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -507,7 +507,7 @@ $table-border-color: $border-color !default;
|
|||
|
||||
$table-striped-order: odd !default;
|
||||
|
||||
$table-group-seperator-color: currentColor !default;
|
||||
$table-group-separator-color: currentColor !default;
|
||||
|
||||
$table-caption-color: $text-muted !default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue