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
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-01-13 22:02:42 +0300
committerMark Otto <otto@github.com>2019-01-14 03:26:56 +0300
commitfd98e77cacc57ff1f463fad4d34fee2deeb847f1 (patch)
tree2de617c8b2c2811e75fe9b627ae4621913448b2d /scss/_tables.scss
parent93272f45f3ab5b25f2c61f6668f7cccd2e33477d (diff)
Remove background from nested tables
Diffstat (limited to 'scss/_tables.scss')
-rw-r--r--scss/_tables.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 7d66208397..bed9e73a6a 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -23,10 +23,6 @@
tbody + tbody {
border-top: (2 * $table-border-width) solid $table-border-color;
}
-
- .table {
- background-color: $body-bg;
- }
}