Skip to content

Commit 04baf04

Browse files
authored
Merge pull request #34 from inoas/ie8
3.0.1 (support IE8 again cause it is dead cheap)
2 parents 97445d3 + df67e55 commit 04baf04

9 files changed

+239
-123
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marx",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"homepage": "https://github.com/mblode/marx",
55
"authors": [
66
"mblode"

css/marx.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ select,
479479
summary,
480480
textarea,
481481
[tabindex] {
482+
-ms-touch-action: manipulation;
482483
/* 1 */
483484
touch-action: manipulation; }
484485

css/marx.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/marx.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/marx.styl.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ label,
246246
select,
247247
summary,
248248
textarea,
249-
[tabindex] { /* 1 */
249+
[tabindex] {
250+
-ms-touch-action: manipulation; /* 1 */
250251
touch-action: manipulation;
251252
}
252253
[hidden] {

css/marx.styl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/marx.styl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)