Skip to content

Commit

Permalink
fix(table): add horizontal border in table header
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jan 5, 2022
1 parent 694739e commit 857397f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/default/scss/table/_layout.scss
Expand Up @@ -56,6 +56,9 @@
border-left-width: 0;
}
}
.k-table-th {
border-bottom-width: 1px;
}


// Table header
Expand All @@ -77,6 +80,12 @@
border-color: inherit;
overflow: hidden;
}
.k-table-header,
.k-table-header-wrap {
> .k-table {
margin-bottom: -1px;
}
}


// Table list
Expand Down

0 comments on commit 857397f

Please sign in to comment.