Skip to content

Commit

Permalink
fix(AnalyticalTable): correct active styles of table rows (#5509)
Browse files Browse the repository at this point in the history
Fixes #5499
  • Loading branch information
Lukas742 committed Feb 19, 2024
1 parent 6e52024 commit dbf0a49
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,6 @@ const styles = {
trActive: {
'&:hover': {
cursor: 'pointer'
},
'&:active': {
backgroundColor: ThemingParameters.sapList_Active_Background,
'& $tableCell': {
borderInlineEnd: `1px solid ${ThemingParameters.sapList_Active_Background}`,
color: `${ThemingParameters.sapList_Active_TextColor}`,
'--sapTextColor': ThemingParameters.sapList_Active_TextColor
}
}
},
tableGroupHeader: {
Expand Down

0 comments on commit dbf0a49

Please sign in to comment.