Remove background from nested tables

This commit is contained in:
Martijn Cuppens 2019-01-13 20:02:42 +01:00 committed by Mark Otto
parent 93272f45f3
commit fd98e77cac
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@
tbody + tbody {
border-top: (2 * $table-border-width) solid $table-border-color;
}
.table {
background-color: $body-bg;
}
}