From: Patrick H. Lauke Date: Mon, 21 Aug 2017 21:45:11 +0000 (+0100) Subject: Exclude input type=range from touch-action:manipulation X-Git-Tag: v4.0.0-beta.2~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6f45ad673b4f1cbc63e29f01bc5ad10a87ebd5;p=thirdparty%2Fbootstrap.git Exclude input type=range from touch-action:manipulation --- 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,