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

Merge pull request #14029 from BBosman/touch-action

Add touch-action: manipulate to .btn
This commit is contained in:
Mark Otto
2014-07-06 23:43:43 -07:00
4 changed files with 7 additions and 0 deletions

View File

@@ -2745,6 +2745,8 @@ select[multiple].form-group-lg .form-control {
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;