cferdinandi/kraken

Add tap delay iOS fix to normalize.scss

cferdinandi opened this issue · 1 comments

/**
 * Remove the tap delay in webkit
 * @link https://medium.com/@adactio/delay-a9df9edceef3#.7dmbl3xow
 */
a,
button,
input,
select,
textarea,
label,
summary {
    touch-action: manipulation;
}

Fixed with #247