Skip to content

Commit 7fadeb8

Browse files
committed
fix(AnalyticalTable): correct header row border styles
1 parent 1903670 commit 7fadeb8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@
6363

6464
.tableHeaderRow {
6565
height: var(--_ui5wcr-AnalyticalTableHeaderRowHeight);
66-
67-
div:first-child .th {
68-
border-inline-start: 1px solid var(--_ui5wcr-AnalyticalTable-OuterBorderInline);
69-
}
7066
}
7167

7268
.hasNavigationIndicator {
@@ -347,7 +343,7 @@
347343
========================================================================== */
348344

349345
.thContainer {
350-
&:first-child > [role='columnheader'] {
346+
> [role='columnheader'][data-column-index='0'] {
351347
border-inline-start: var(--_ui5wcr-AnalyticalTable-OuterCellBorder);
352348
}
353349

0 commit comments

Comments
 (0)