diff options
| author | Martijn Cuppens <[email protected]> | 2018-12-18 11:28:57 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-12-21 13:56:11 -0800 |
| commit | 8bc118acce92666507637f10b533b92e6ab5bd52 (patch) | |
| tree | 3d050b67f7d65ac5e87c2b495cd1b6a53e84ec5b | |
| parent | cda3301d081c3324789a6ea09db4ee7a27520eb4 (diff) | |
| download | bootstrap-8bc118acce92666507637f10b533b92e6ab5bd52.tar.xz bootstrap-8bc118acce92666507637f10b533b92e6ab5bd52.zip | |
Sync `$table-border-color` with `$border-color`
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index add1c1bfe..28fd58edd 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; |
