UNPKG

react-tappable

Version:

Touch / Tappable Event Handling Component for React

14 lines (12 loc) 288 B
'use strict'; var touchStyles = { WebkitTapHighlightColor: 'rgba(0,0,0,0)', WebkitTouchCallout: 'none', WebkitUserSelect: 'none', KhtmlUserSelect: 'none', MozUserSelect: 'none', msUserSelect: 'none', userSelect: 'none', cursor: 'pointer' }; module.exports = touchStyles;