]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Exclude input type=range from touch-action:manipulation
authorPatrick H. Lauke <redux@splintered.co.uk>
Mon, 21 Aug 2017 21:45:11 +0000 (22:45 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2017 21:45:11 +0000 (22:45 +0100)
scss/_reboot.scss

index 1d09ce89a4931708d164bab88db8b003352b6861..41f084bc4a649c0f66315dcb41038a7129e0f400 100644 (file)
@@ -280,7 +280,7 @@ a,
 area,
 button,
 [role="button"],
-input,
+input:not([type=range]),
 label,
 select,
 summary,