2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Add touch-action: manipulate to buttons

This commit is contained in:
Bas Bosman
2014-07-03 12:53:23 +02:00
parent 23dd323da1
commit 47521fd7d0
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
font-weight: @btn-font-weight;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid transparent;