diff --git a/_sass/bootstrap/_tables.scss b/_sass/bootstrap/_tables.scss index f99a800d..b32732f2 100755 --- a/_sass/bootstrap/_tables.scss +++ b/_sass/bootstrap/_tables.scss @@ -3,7 +3,6 @@ // .table { - border: 1px solid white; width: 100%; max-width: 100%; margin-bottom: $spacer; @@ -21,7 +20,7 @@ border-bottom: (2 * $table-border-width) solid $table-border-color; } - tbody+tbody { + tbody + tbody { border-top: (2 * $table-border-width) solid $table-border-color; } @@ -36,7 +35,6 @@ // .table-sm { - th, td { padding: $table-cell-padding-sm; @@ -57,7 +55,6 @@ } thead { - th, td { border-bottom-width: (2 * $table-border-width); @@ -66,11 +63,10 @@ } .table-borderless { - th, td, thead th, - tbody+tbody { + tbody + tbody { border: 0; } } @@ -183,7 +179,7 @@ -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057 // Prevent double border on horizontal scroll due to use of `display: block;` - >.table-bordered { + > .table-bordered { border: 0; } }