From: Martijn Cuppens Date: Tue, 18 Dec 2018 10:28:57 +0000 (+0100) Subject: Sync `$table-border-color` with `$border-color` X-Git-Tag: v4.3.0~147^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc118acce92666507637f10b533b92e6ab5bd52;p=thirdparty%2Fbootstrap.git Sync `$table-border-color` with `$border-color` --- diff --git a/scss/_variables.scss b/scss/_variables.scss index add1c1bfed..28fd58edd7 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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;