From 6b6f45ad673b4f1cbc63e29f01bc5ad10a87ebd5 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 21 Aug 2017 22:45:11 +0100 Subject: [PATCH] Exclude input type=range from touch-action:manipulation --- scss/_reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 1d09ce89a4..41f084bc4a 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -280,7 +280,7 @@ a, area, button, [role="button"], -input, +input:not([type=range]), label, select, summary,