Co-authored-by: Paweł Kuna <[email protected]>
@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+
+Fix double bottom border in tables.
@@ -438,6 +438,23 @@ Card table
}
+ tbody {
+ tr {
+ &:last-child {
+ td {
+ border-bottom: 0;
+ }
+ tfoot {
.card-body + & {
border-top: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}table-border-color);
@@ -18,10 +18,6 @@
.table {
margin-bottom: 0;
-
- + .card-footer {
- border-top: 0;
- }
.table-transparent {