Add touch-action: manipulate to buttons
This commit is contained in:
parent
23dd323da1
commit
47521fd7d0
4 changed files with 7 additions and 0 deletions
2
docs/dist/css/bootstrap.css
vendored
2
docs/dist/css/bootstrap.css
vendored
|
|
@ -2750,6 +2750,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue