Skip to content

Commit adf8982

Browse files
authored
fix(AnalyticalTable): correct header row border styles in Quartz theme (#7459)
1 parent f1f271b commit adf8982

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
@@ -73,10 +73,6 @@
7373

7474
.tableHeaderRow {
7575
height: var(--_ui5wcr-AnalyticalTableHeaderRowHeight);
76-
77-
div:first-child .th {
78-
border-inline-start: 1px solid var(--_ui5wcr-AnalyticalTable-OuterBorderInline);
79-
}
8076
}
8177

8278
.hasNavigationIndicator {
@@ -357,7 +353,7 @@
357353
========================================================================== */
358354

359355
.thContainer {
360-
&:first-child > [role='columnheader'] {
356+
& > [role='columnheader'][data-column-index='0'] {
361357
border-inline-start: var(--_ui5wcr-AnalyticalTable-OuterCellBorder);
362358
}
363359

0 commit comments

Comments
 (0)