Skip to content

Commit 91901cf

Browse files
committed
refactor(Tables): update borders
1 parent 02ad7fa commit 91901cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/_tables.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
}
4444

4545
// Highlight border color between thead, tbody and tfoot.
46-
> :not(:first-child) {
47-
border-top: (2 * $table-border-width) solid $table-group-separator-color;
48-
}
46+
// > :not(:first-child) {
47+
// border-top: (2 * $table-border-width) solid $table-group-separator-color;
48+
// }
4949
}
5050

5151

0 commit comments

Comments
 (0)