Skip to content

Commit

Permalink
feat(AnalyticalTable): Basic Keyboard Navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis committed Apr 1, 2020
1 parent 5e333f2 commit a892b82
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ const styles = {
position: 'relative',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
alignItems: 'center'
alignItems: 'center',
'&:focus': {
outlineOffset: '-2px',
outline: `1px dotted ${ThemingParameters.sapContent_FocusColor}`
}
},
noDataContainer: {
display: 'flex',
Expand Down
Loading

0 comments on commit a892b82

Please sign in to comment.