Skip to content

Commit c99405d

Browse files
authored
fix(AnalyticalTable): remove double border of grouped row (#5267)
1 parent 190390a commit c99405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/AnayticalTable.jss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const styles = {
163163
'&$tr': {
164164
fontFamily: CustomThemingParameters.AnalyticalTableHeaderFontFamily,
165165
backgroundColor: `${ThemingParameters.sapList_TableGroupHeaderBackground}`,
166-
border: `1px solid ${ThemingParameters.sapList_TableGroupHeaderBorderColor}`,
166+
borderColor: ThemingParameters.sapList_TableGroupHeaderBorderColor,
167167
color: ThemingParameters.sapList_TextColor,
168168
'& $tableCell': {
169169
borderInlineEnd: `1px solid transparent`

0 commit comments

Comments
 (0)