Skip to content

Commit a892b82

Browse files
committed
feat(AnalyticalTable): Basic Keyboard Navigation
1 parent 5e333f2 commit a892b82

File tree

4 files changed

+609
-65
lines changed

4 files changed

+609
-65
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@ const styles = {
111111
position: 'relative',
112112
textOverflow: 'ellipsis',
113113
whiteSpace: 'nowrap',
114-
alignItems: 'center'
114+
alignItems: 'center',
115+
'&:focus': {
116+
outlineOffset: '-2px',
117+
outline: `1px dotted ${ThemingParameters.sapContent_FocusColor}`
118+
}
115119
},
116120
noDataContainer: {
117121
display: 'flex',

0 commit comments

Comments
 (0)