Skip to content

Commit 802b6ca

Browse files
authored
fix(ui5-table): bottom borded added (#2994)
FIXES: #2981
1 parent 4123f5a commit 802b6ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/main/src/themes/Table.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
.ui5-table-root {
99
position: relative;
10+
border-bottom: 1px solid var(--sapList_BorderColor);
1011
}
1112

1213
table {
@@ -48,10 +49,6 @@ tr {
4849
border-top: 1px solid var(--sapList_BorderColor);
4950
}
5051

51-
:host([_no-data-displayed]) {
52-
border-bottom: 1px solid var(--sapList_TableGroupHeaderBorderColor);
53-
}
54-
5552
.ui5-table-end-row {
5653
height: 0px;
5754
}

0 commit comments

Comments
 (0)