0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

Exclude input type=range from touch-action:manipulation

This commit is contained in:
Patrick H. Lauke 2017-08-21 22:45:11 +01:00 committed by GitHub
parent bd3ca58c08
commit 6b6f45ad67

View File

@ -280,7 +280,7 @@ a,
area, area,
button, button,
[role="button"], [role="button"],
input, input:not([type=range]),
label, label,
select, select,
summary, summary,