diff options
| author | Patrick H. Lauke <[email protected]> | 2017-08-21 22:45:11 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-21 22:45:11 +0100 |
| commit | 6b6f45ad673b4f1cbc63e29f01bc5ad10a87ebd5 (patch) | |
| tree | 9e6d99b9c6187f085a873b39fd31ddbf49067891 | |
| parent | bd3ca58c08be609f75e092002eb253ee934c2117 (diff) | |
| download | bootstrap-6b6f45ad673b4f1cbc63e29f01bc5ad10a87ebd5.tar.xz bootstrap-6b6f45ad673b4f1cbc63e29f01bc5ad10a87ebd5.zip | |
Exclude input type=range from touch-action:manipulation
| -rw-r--r-- | scss/_reboot.scss | 2 |
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, |
