@styleless-ui/react
Version:
Completely unstyled, headless and accessible React UI components.
1 lines • 425 B
JavaScript
export var visuallyHiddenCSSProperties={position:"absolute",width:1,height:1,padding:0,margin:-1,border:0,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap"};export var disableUserSelectCSSProperties={WebkitUserSelect:"none",MozUserSelect:"none",MsUserSelect:"none",KhtmlUserSelect:"none",userSelect:"none",WebkitTouchCallout:"none",MsTouchAction:"pan-y",touchAction:"pan-y",WebkitTapHighlightColor:"transparent"};