Skip to content

Commit efb031f

Browse files
committed
updated snapshots (again), requested changes
1 parent 476dfc2 commit efb031f

File tree

5 files changed

+53
-56
lines changed

5 files changed

+53
-56
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ const styles = {
6868
selectable: {
6969
'& $tr:hover:not($emptyRow)': {
7070
backgroundColor: ThemingParameters.sapList_Hover_Background,
71-
'&:not($selectableFirstCol)': {
71+
'&:not($selectionModeRowSelector)': {
7272
cursor: 'pointer'
7373
}
7474
},
75-
'& $tr:active:not([data-is-selected]):not($tableGroupHeader):not($emptyRow):not($selectableFirstCol)': {
75+
'& $tr:active:not([data-is-selected]):not($tableGroupHeader):not($emptyRow):not($selectionModeRowSelector)': {
7676
backgroundColor: ThemingParameters.sapList_Active_Background,
7777
'& $tableCell': {
7878
borderRight: `1px solid ${ThemingParameters.sapList_Active_Background}`,
@@ -81,7 +81,7 @@ const styles = {
8181
}
8282
}
8383
},
84-
selectableFirstCol: {},
84+
selectionModeRowSelector: {},
8585
tableCell: {
8686
height: CssSizeVariables.sapWcrAnalyticalTableRowHeight,
8787
fontFamily: ThemingParameters.sapFontFamily,

0 commit comments

Comments
 (0)