Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "moleculas/FlexibleTableCell/styles"

Index

Variables

Variables

Const useStyles

useStyles: (props?: any) => ClassNameMap<ClassKey> = makeStyles(theme => ({cellContainer: {display: "flex",width: "100%",height: "100%",},handle: {width: "8px",backgroundColor: grey[200],cursor: "col-resize",position: "relative","&:hover": {backgroundColor: grey[400],},"&:hover $handleTarget": {display: "block",},"&:active": {backgroundColor: grey[500],},},handleTarget: {display: "none",position: "absolute",top: 0,right: "-10px",left: "-10px",bottom: "-5px",zIndex: 100,"&:hover": {display: "block",},},content: {flexGrow: 1,padding: theme.spacing(1),},overflowHidden: {overflow: "hidden",},button: {"&:hover": {backgroundColor: "rgba(0,0,0,0.08)",},"&:active": {backgroundColor: "rgba(0,0,0,0.1)",},},dense: {padding: "1px",},root: {display: "inline-block",userSelect: "none",}}))

Type declaration

    • (props?: any): ClassNameMap<ClassKey>
    • Parameters

      • Optional props: any

      Returns ClassNameMap<ClassKey>

Generated using TypeDoc