Skip to content

Commit

Permalink
fix(ui5-table-row): fix 1st and "nodata" rows visual (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Jan 27, 2020
1 parent 9393b50 commit 991e546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/main/src/themes/Table.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ tr {
box-sizing: border-box;
color: var(--sapTextColor);
min-height: 3rem;
background-color: var(--sapList_Background);
border-top: 1px solid var(--sapList_BorderColor);
}

:host([_no-data-displayed]) {
Expand Down
2 changes: 1 addition & 1 deletion packages/main/src/themes/TableRow.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: contents;
}

:host(:not(:first-of-type)) .ui5-table-row-root {
.ui5-table-row-root {
background-color: var(--sapList_Background);
border-top: 1px solid var(--sapList_BorderColor);
}
Expand Down

0 comments on commit 991e546

Please sign in to comment.