1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

Add touch-action:manipulation on interactive elements to avoid 300ms click delay

Fixes #18044

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-10-24 20:26:06 -07:00
parent 6d591edcb7
commit 25e42ade42
2 changed files with 22 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
border: $border-width solid transparent;