Commit 3a6ab45b authored by Mark Otto's avatar Mark Otto
Browse files

rearrange and override extra borders

parent f800383e
5 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 10 additions and 8 deletions
+10 -8
......@@ -42,9 +42,9 @@
}
// Bordered version
// Border versions
//
// Add borders all around the table and between all the columns.
// Add or remove borders all around the table and between all the columns.
.table-bordered {
border: $table-border-width solid $table-border-color;
......@@ -62,6 +62,14 @@
}
}
.table-borderless {
th,
td,
thead th,
tbody + tbody {
border: 0;
}
}
// Zebra-striping
//
......@@ -151,12 +159,6 @@
}
}
.table-borderless {
th,
td {
border: 0;
}
}
// Responsive tables
//
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment