From: Martijn Cuppens Date: Sun, 13 Jan 2019 19:02:42 +0000 (+0100) Subject: Remove background from nested tables X-Git-Tag: v4.3.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd98e77cacc57ff1f463fad4d34fee2deeb847f1;p=thirdparty%2Fbootstrap.git Remove background from nested tables --- 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; - } }