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>2019-01-13 22:59:28 +0300
committerMark Otto <otto@github.com>2019-01-14 03:21:57 +0300
commit4b839b1c87429fcd5f2488ef12a25cf35050f426 (patch)
tree4ed1a9082eabe1bcb5f517b210af49319ac80d7d /scss
parent5adcfe97f04a5c2f0b2d0712a6f2332c0bbd8446 (diff)
Don't render a background by default
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 268c04bc6f..945f98d92f 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -356,7 +356,7 @@ $table-cell-padding: .75rem !default;
$table-cell-padding-sm: .3rem !default;
$table-color: $body-color !default;
-$table-bg: transparent !default;
+$table-bg: null !default;
$table-accent-bg: rgba($black, .05) !default;
$table-hover-color: $table-color !default;
$table-hover-bg: rgba($black, .075) !default;