We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9f17b commit 9c0eb6bCopy full SHA for 9c0eb6b
packages/module/src/DataViewTh/DataViewTh.tsx
@@ -31,7 +31,10 @@ const useStyles = createUseStyles({
31
position: 'absolute',
32
insetInlineEnd: `calc(${globalFontSizeBodyDefault.var} / 2)`,
33
insetBlockEnd: tableCellPaddingBlockEnd.var,
34
- cursor: 'grab'
+ cursor: 'grab',
35
+ '&:active': {
36
+ cursor: 'grabbing',
37
+ },
38
},
39
});
40
export interface DataViewThResizableProps {
0 commit comments