diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-13 20:02:42 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-01-13 16:26:56 -0800 |
| commit | fd98e77cacc57ff1f463fad4d34fee2deeb847f1 (patch) | |
| tree | 2de617c8b2c2811e75fe9b627ae4621913448b2d /scss | |
| parent | 93272f45f3ab5b25f2c61f6668f7cccd2e33477d (diff) | |
| download | bootstrap-fd98e77cacc57ff1f463fad4d34fee2deeb847f1.tar.xz bootstrap-fd98e77cacc57ff1f463fad4d34fee2deeb847f1.zip | |
Remove background from nested tables
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_tables.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index 7d6620839..bed9e73a6 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; - } } |
