2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Sync $table-border-color with $border-color

This commit is contained in:
Martijn Cuppens
2018-12-18 11:28:57 +01:00
committed by Mark Otto
parent cda3301d08
commit 8bc118acce
+1 -1
View File
@@ -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;