Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-12-18 13:28:57 +0300
committerMark Otto <otto@github.com>2018-12-22 00:56:11 +0300
commit8bc118acce92666507637f10b533b92e6ab5bd52 (patch)
tree3d050b67f7d65ac5e87c2b495cd1b6a53e84ec5b /scss
parentcda3301d081c3324789a6ea09db4ee7a27520eb4 (diff)
Sync `$table-border-color` with `$border-color`
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
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;