mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Fix table separator typo (#31162)
This commit is contained in:
parent
9c320df652
commit
d33a560dd6
@ -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…
x
Reference in New Issue
Block a user