Sha256: 598fed88b87e64d683e4f82c3fbc1e01e874fe25c9ca3df4f79b8f8b0b15a9a8
Contents?: true
Size: 784 Bytes
Versions: 4
Compression:
Stored size: 784 Bytes
Contents
@import 'tao/ui/mobile/globals'; @import 'tao/ui/basic'; // Avoid 300ms click delay on touch devices that support the `touch-action` CSS property. // // In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11 // DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present. // However, they DO support removing the click delay via `touch-action: manipulation`. // See: // * https://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch // * http://caniuse.com/#feat=css-touch-action // * https://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay a, area, button, [role="button"], input, label, select, summary, textarea { touch-action: manipulation; }
Version data entries
4 entries across 4 versions & 1 rubygems