We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1903670 commit 7fadeb8Copy full SHA for 7fadeb8
packages/main/src/components/AnalyticalTable/AnalyticalTable.module.css
@@ -63,10 +63,6 @@
63
64
.tableHeaderRow {
65
height: var(--_ui5wcr-AnalyticalTableHeaderRowHeight);
66
-
67
- div:first-child .th {
68
- border-inline-start: 1px solid var(--_ui5wcr-AnalyticalTable-OuterBorderInline);
69
- }
70
}
71
72
.hasNavigationIndicator {
@@ -347,7 +343,7 @@
347
343
========================================================================== */
348
344
349
345
.thContainer {
350
- &:first-child > [role='columnheader'] {
346
+ > [role='columnheader'][data-column-index='0'] {
351
border-inline-start: var(--_ui5wcr-AnalyticalTable-OuterCellBorder);
352
353
0 commit comments