Skip to content

Commit b50cc70

Browse files
committed
fix(AnalyticalTable): fix bottom border styles
1 parent 1e3a6df commit b50cc70

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.module.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@
4040
font-size: var(--sapFontSize);
4141
font-weight: normal;
4242
background-color: var(--sapList_Background);
43-
44-
/* bottom border*/
45-
&::after {
46-
content: '';
47-
position: absolute;
48-
inset-block-end: 0;
49-
inset-inline-start: 0;
50-
height: var(--_ui5wcr-AnalyticalTable-HeaderBorderWidth);
51-
width: 100%;
52-
background: var(--sapList_HeaderBorderColor);
53-
}
5443
}
5544

5645
.busyIndicator {
@@ -148,6 +137,17 @@
148137
overflow-y: auto;
149138
scrollbar-width: none;
150139
box-sizing: border-box;
140+
141+
/* bottom border*/
142+
&::after {
143+
content: '';
144+
position: absolute;
145+
inset-block-end: 0;
146+
inset-inline-start: 0;
147+
height: var(--_ui5wcr-AnalyticalTable-HeaderBorderWidth);
148+
width: 100%;
149+
background: var(--sapList_HeaderBorderColor);
150+
}
151151
}
152152

153153
.alternateRowColor {

0 commit comments

Comments
 (0)