Skip to content

Commit e444e65

Browse files
committed
Only remove the tapping delay in IE 10, where it matters
1 parent 8f10d2e commit e444e65

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

sanitize.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,7 @@ template {
503503
* ========================================================================== */
504504

505505
/*
506-
* 1. Remove the tapping delay in IE 10.
507-
* 2. Remove the tapping delay on clickable elements
508-
in all browsers (opinionated).
506+
* Remove the tapping delay in IE 10.
509507
*/
510508

511509
a,
@@ -517,8 +515,7 @@ select,
517515
summary,
518516
textarea,
519517
[tabindex] {
520-
-ms-touch-action: manipulation; /* 1 */
521-
touch-action: manipulation; /* 2 */
518+
-ms-touch-action: manipulation;
522519
}
523520

524521
/**

0 commit comments

Comments
 (0)