Commit
+4 -1 +/-1 browse
1 | diff --git a/src/extra/normalize.src.css b/src/extra/normalize.src.css |
2 | index 833ba5c..8cc4304 100644 |
3 | --- a/src/extra/normalize.src.css |
4 | +++ b/src/extra/normalize.src.css |
5 | @@ -76,8 +76,11 @@ |
6 | } |
7 | } |
8 | |
9 | - :where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) { |
10 | + :where(a[href], area, button, input:not([type="text"], [type="email"], [type="number"], [type="password"], [type=""], [type="tel"], [type="url"]), label[for], select, summary, [tabindex]:not([tabindex*="-"])) { |
11 | cursor: pointer; |
12 | + } |
13 | + |
14 | + :where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) { |
15 | touch-action: manipulation; |
16 | -webkit-tap-highlight-color: transparent; |
17 | } |