Skip to content

Commit

Permalink
fix(data-table-skeleton): remove unnecessary border bottom (#5040)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeyhrt authored and asudoh committed Jan 16, 2020
1 parent 9a69f3e commit 1585875
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@include exports('data-table-v2-skeleton') {
.#{$prefix}--data-table.#{$prefix}--skeleton {
th {
border-bottom: 1px solid $brand-01;
vertical-align: middle;

&:nth-child(3n + 1) {
Expand Down

0 comments on commit 1585875

Please sign in to comment.