mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Sync $table-border-color
with $border-color
This commit is contained in:
parent
cda3301d08
commit
8bc118acce
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ $table-hover-bg: rgba($black, .075) !default;
|
|||
$table-active-bg: $table-hover-bg !default;
|
||||
|
||||
$table-border-width: $border-width !default;
|
||||
$table-border-color: $gray-300 !default;
|
||||
$table-border-color: $border-color !default;
|
||||
|
||||
$table-head-bg: $gray-200 !default;
|
||||
$table-head-color: $gray-700 !default;
|
||||
|
|
Loading…
Add table
Reference in a new issue