aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2017-08-21 22:45:11 +0100
committerGitHub <[email protected]>2017-08-21 22:45:11 +0100
commit6b6f45ad673b4f1cbc63e29f01bc5ad10a87ebd5 (patch)
tree9e6d99b9c6187f085a873b39fd31ddbf49067891
parentbd3ca58c08be609f75e092002eb253ee934c2117 (diff)
downloadbootstrap-6b6f45ad673b4f1cbc63e29f01bc5ad10a87ebd5.tar.xz
bootstrap-6b6f45ad673b4f1cbc63e29f01bc5ad10a87ebd5.zip
Exclude input type=range from touch-action:manipulation
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 1d09ce89a..41f084bc4 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,